Make WordPress Core


Ignore:
Timestamp:
01/12/2010 09:11:52 PM (15 years ago)
Author:
wpmuguru
Message:

merge multisite admin - edit links,tags,cats,options, See #11644

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin

    • Property svn:ignore set to
      .categories.php.swp
  • trunk/wp-admin/menu-header.php

    r12597 r12712  
    1616$self = preg_replace('|^.*/wp-admin/|i', '', $_SERVER['PHP_SELF']);
    1717$self = preg_replace('|^.*/plugins/|i', '', $self);
     18$self = preg_replace('|^.*/mu-plugins/|i', '', $self);
    1819
    1920global $menu, $submenu, $parent_file; //For when admin-header is included from within a function.
     21$parent_file = apply_filters("parent_file", $parent_file); // For plugins to move submenu tabs around.
    2022
    2123get_admin_page_parent();
Note: See TracChangeset for help on using the changeset viewer.