Changeset 3375307
- Timestamp:
- 10/08/2025 07:13:36 PM (6 months ago)
- Location:
- artplacer-widget/trunk
- Files:
-
- 3 edited
-
artplacer-widget.php (modified) (1 diff)
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
artplacer-widget/trunk/artplacer-widget.php
r3374324 r3375307 4 4 Plugin URI: https://wordpress.org/plugins/artplacer-widget/ 5 5 Description: Display the ArtPlacer widget into your products or posts. 6 Version: 2.22.9 6 Version: 2.22.9.1 7 7 Author: ArtPlacer 8 8 Author URI: http://www.artplacer.com -
artplacer-widget/trunk/includes/functions.php
r3332464 r3375307 23 23 6 24 24 ); 25 add_submenu_page('art-placer', ' Add', 'Add',25 add_submenu_page('art-placer', 'Create Widget', 'Create Widget', 26 26 'manage_options', 'add-art-placer', 'art_placer_menu_add', 27 27 0, 28 28 6); 29 add_submenu_page('art-placer', ' Add', '',29 add_submenu_page('art-placer', 'Installed Widgets', 'Installed Widgets', 30 30 'manage_options', 'edit-art-placer', 'art_placer_menu_edit', 31 31 1, -
artplacer-widget/trunk/readme.txt
r3374332 r3375307 130 130 = 2.22.9 = 131 131 * Bug fix. 132 = 2.22.9.1 = 133 * Menu wording change.
Note: See TracChangeset
for help on using the changeset viewer.