Plugin Directory

Changeset 3375307


Ignore:
Timestamp:
10/08/2025 07:13:36 PM (6 months ago)
Author:
artplacer
Message:

Menu wording change

Location:
artplacer-widget/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • artplacer-widget/trunk/artplacer-widget.php

    r3374324 r3375307  
    44Plugin URI: https://wordpress.org/plugins/artplacer-widget/
    55Description: Display the ArtPlacer widget into your products or posts.
    6 Version: 2.22.9
     6Version: 2.22.9.1
    77Author: ArtPlacer
    88Author URI: http://www.artplacer.com
  • artplacer-widget/trunk/includes/functions.php

    r3332464 r3375307  
    2323        6
    2424    );
    25     add_submenu_page('art-placer', 'Add', 'Add',
     25    add_submenu_page('art-placer', 'Create Widget', 'Create Widget',
    2626        'manage_options', 'add-art-placer', 'art_placer_menu_add',
    2727        0,
    2828        6);
    29     add_submenu_page('art-placer', 'Add', '',
     29    add_submenu_page('art-placer', 'Installed Widgets', 'Installed Widgets',
    3030        'manage_options', 'edit-art-placer', 'art_placer_menu_edit',
    3131        1,
  • artplacer-widget/trunk/readme.txt

    r3374332 r3375307  
    130130= 2.22.9 =
    131131* Bug fix.
     132= 2.22.9.1 =
     133* Menu wording change.
Note: See TracChangeset for help on using the changeset viewer.