Changeset 37488 for trunk/src/wp-admin/includes/menu.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/menu.php
r35416 r37488 230 230 231 231 /** 232 * Filter administration menus array with classes added for top-level items.232 * Filters administration menus array with classes added for top-level items. 233 233 * 234 234 * @since 2.7.0 … … 242 242 243 243 /** 244 * Filter whether to enable custom ordering of the administration menu.244 * Filters whether to enable custom ordering of the administration menu. 245 245 * 246 246 * See the {@see 'menu_order'} filter for reordering menu items. … … 259 259 260 260 /** 261 * Filter the order of administration menu items.261 * Filters the order of administration menu items. 262 262 * 263 263 * A truthy value must first be passed to the {@see 'custom_menu_order'} filter
Note: See TracChangeset
for help on using the changeset viewer.