- Timestamp:
- 08/10/2014 02:17:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r29206 r29459 46 46 private $sticky_posts_count = 0; 47 47 48 /** 49 * Constructor. 50 * 51 * @since 3.1.0 52 * 53 * @see WP_List_Table::__construct() for more information on default arguments. 54 * 55 * @param array $args An associative array of arguments. 56 */ 48 57 public function __construct( $args = array() ) { 49 58 global $post_type_object, $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.