Changeset 27033 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 01/26/2014 12:11:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r26884 r27033 1462 1462 } 1463 1463 1464 /*1465 if ( !empty ( $parent_file ) ) {1466 if ( isset( $_wp_real_parent_file[$parent_file] ) )1467 $parent_file = $_wp_real_parent_file[$parent_file];1468 1469 return $parent_file;1470 }1471 */1472 1473 1464 if ( $pagenow == 'admin.php' && isset( $plugin_page ) ) { 1474 1465 foreach ( (array)$menu as $parent_menu ) {
Note: See TracChangeset
for help on using the changeset viewer.