Changeset 16182 for trunk/wp-admin/includes/class-wp-terms-list-table.php
- Timestamp:
- 11/04/2010 03:00:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-terms-list-table.php
r16175 r16182 12 12 13 13 function WP_Terms_List_Table() { 14 global $post_type, $taxonomy, $tax , $current_screen;14 global $post_type, $taxonomy, $tax; 15 15 16 16 wp_reset_vars( array( 'action', 'taxonomy', 'post_type' ) ); … … 27 27 $post_type = 'post'; 28 28 29 if ( !isset( $current_screen ) )30 set_current_screen( 'edit-' . $taxonomy );31 32 29 parent::WP_List_Table( array( 33 'screen' => $current_screen,34 30 'plural' => 'tags', 35 31 'singular' => 'tag',
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)