Changeset 35027
- Timestamp:
- 10/12/2015 03:38:11 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/menu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/menu.php
r34861 r35027 259 259 * Filter whether to enable custom ordering of the administration menu. 260 260 * 261 * See the 'menu_order'filter for reordering menu items.261 * See the {@see 'menu_order'} filter for reordering menu items. 262 262 * 263 263 * @since 2.8.0 … … 276 276 * Filter the order of administration menu items. 277 277 * 278 * A truthy value must first be passed to the 'custom_menu_order'filter278 * A truthy value must first be passed to the {@see 'custom_menu_order'} filter 279 279 * for this filter to work. Use the following to enable custom menu ordering: 280 280 *
Note: See TracChangeset
for help on using the changeset viewer.