Changeset 17771 for trunk/wp-admin/includes/class-wp-posts-list-table.php
- Timestamp:
- 04/29/2011 08:05:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-posts-list-table.php
r17684 r17771 46 46 var $sticky_posts_count = 0; 47 47 48 function WP_Posts_List_Table() {48 function __construct() { 49 49 global $post_type_object, $post_type, $wpdb; 50 50 … … 75 75 } 76 76 77 parent:: WP_List_Table( array(77 parent::__construct( array( 78 78 'plural' => 'posts', 79 79 ) );
Note: See TracChangeset
for help on using the changeset viewer.