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