Make WordPress Core


Ignore:
Timestamp:
01/26/2014 12:11:18 AM (10 years ago)
Author:
ocean90
Message:

Remove unused code. props nofearinc. fixes #26205.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin.php

    r26884 r27033  
    14621462    }
    14631463
    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 
    14731464    if ( $pagenow == 'admin.php' && isset( $plugin_page ) ) {
    14741465        foreach ( (array)$menu as $parent_menu ) {
Note: See TracChangeset for help on using the changeset viewer.