Changeset 15898 for trunk/wp-admin/includes/default-list-tables.php
- Timestamp:
- 10/21/2010 05:06:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/default-list-tables.php
r15887 r15898 4185 4185 foreach ( (array) $tabs as $action => $text ) { 4186 4186 $class = ( $action == $tab ) ? ' class="current"' : ''; 4187 $href = admin_url('theme-install.php?tab=' . $action);4187 $href = self_admin_url('theme-install.php?tab=' . $action); 4188 4188 $display_tabs[$action] = "<a href='$href'$class>$text</a>"; 4189 4189 }
Note: See TracChangeset
for help on using the changeset viewer.