Changeset 43153 for branches/4.9/src/wp-admin/menu.php
- Timestamp:
- 05/03/2018 06:41:18 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/menu.php
r43152 r43153 257 257 $submenu['options-general.php'][30] = array(__('Media'), 'manage_options', 'options-media.php'); 258 258 $submenu['options-general.php'][40] = array(__('Permalinks'), 'manage_options', 'options-permalink.php'); 259 $submenu['options-general.php'][45] = array( __( 'Privacy' ), 'manage_ options', 'privacy.php' );259 $submenu['options-general.php'][45] = array( __( 'Privacy' ), 'manage_privacy_policy', 'privacy.php' ); 260 260 261 261 $_wp_last_utility_menu = 80; // The index of the last top-level menu in the utility menu group
Note: See TracChangeset
for help on using the changeset viewer.