Changeset 453113
- Timestamp:
- 10/19/2011 08:58:07 PM (14 years ago)
- Location:
- custom-menu/trunk
- Files:
-
- 3 edited
-
class-custom-menu-admin.php (modified) (1 diff)
-
custom-menu.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-menu/trunk/class-custom-menu-admin.php
r451505 r453113 339 339 global $wp_admin_bar; 340 340 341 if (!current_user_can('manage_options')) 342 return; 343 341 344 if (!isset($wp_admin_bar->menu->evolonix)) { 342 345 $wp_admin_bar->add_menu( array( -
custom-menu/trunk/custom-menu.php
r451505 r453113 4 4 Plugin URI: http://www.evolonix.com/wordpress/plugins/custom-menu 5 5 Description: This plugin allows you to display a custom menu that you've created in your theme's "Menus" section in a post or page. Use [menu name="Menu Name"] in your post or page to insert the custom menu. The "name" attribute is required. Since version 1.2, you can now provide a "title" attribute to add a header title to your custom menu (e.g. [menu name="Menu Name" title="My Menu"].) 6 Version: 1. 36 Version: 1.4 7 7 Author: Evolonix 8 8 Author URI: http://www.evolonix.com -
custom-menu/trunk/readme.txt
r451505 r453113 30 30 == Changelog == 31 31 32 = 1.4 = 33 * Fixed a bug where the options page was being added to the admin bar for all users, regardless if they had access to it or not. 34 32 35 = 1.3 = 33 36 * Added references to the author's website.
Note: See TracChangeset
for help on using the changeset viewer.