Make WordPress Core


Ignore:
Timestamp:
10/21/2010 05:06:52 PM (15 years ago)
Author:
nacin
Message:

Network admin theme install. props PeteMall, fixes #15184.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/default-list-tables.php

    r15887 r15898  
    41854185        foreach ( (array) $tabs as $action => $text ) {
    41864186            $class = ( $action == $tab ) ? ' class="current"' : '';
    4187             $href = admin_url('theme-install.php?tab=' . $action);
     4187            $href = self_admin_url('theme-install.php?tab=' . $action);
    41884188            $display_tabs[$action] = "<a href='$href'$class>$text</a>";
    41894189        }
Note: See TracChangeset for help on using the changeset viewer.