Changeset 16128 for trunk/wp-admin/includes/class-wp-posts-list-table.php
- Timestamp:
- 11/01/2010 09:19:50 AM (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-posts-list-table.php
r16123 r16128 7 7 * @since 3.1.0 8 8 */ 9 class WP_Posts_ Table extends WP_List_Table {9 class WP_Posts_List_Table extends WP_List_Table { 10 10 11 11 /** … … 45 45 var $sticky_posts_count = 0; 46 46 47 function WP_Posts_ Table() {47 function WP_Posts_List_Table() { 48 48 global $post_type_object, $post_type, $current_screen, $wpdb; 49 49
Note: See TracChangeset
for help on using the changeset viewer.