Changeset 2881846
- Timestamp:
- 03/17/2023 10:46:52 AM (3 years ago)
- Location:
- sort-settings-menu
- Files:
-
- 2 edited
-
tags/1.0.1/admin.php (modified) (1 diff)
-
trunk/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sort-settings-menu/tags/1.0.1/admin.php
r2881841 r2881846 9 9 10 10 // Arrange the items in the "Settings" menu of the WordPress admin in alphabetical order. 11 add_action( 'admin_menu', __NAMESPACE__ . '\sort_admin_submenu_items' );11 add_action( 'admin_menu', __NAMESPACE__ . '\sort_admin_submenu_items', 999 ); 12 12 13 13 /** -
sort-settings-menu/trunk/admin.php
r2866037 r2881846 9 9 10 10 // Arrange the items in the "Settings" menu of the WordPress admin in alphabetical order. 11 add_action( 'admin_menu', __NAMESPACE__ . '\sort_admin_submenu_items' );11 add_action( 'admin_menu', __NAMESPACE__ . '\sort_admin_submenu_items', 999 ); 12 12 13 13 /**
Note: See TracChangeset
for help on using the changeset viewer.