Make WordPress Core


Ignore:
Timestamp:
11/03/2010 09:09:27 PM (16 years ago)
Author:
scribu
Message:

List-table Class Names: Consistency's Revenge. See #14579

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-list-table-posts.php

    r16170 r16171  
    77 * @since 3.1.0
    88 */
    9 class WP_Posts_List_Table extends WP_List_Table {
     9class WP_List_Table_Posts extends WP_List_Table {
    1010
    1111    /**
     
    4545    var $sticky_posts_count = 0;
    4646
    47     function WP_Posts_List_Table() {
     47    function WP_List_Table_Posts() {
    4848        global $post_type_object, $post_type, $current_screen, $wpdb;
    4949
Note: See TracChangeset for help on using the changeset viewer.