- Timestamp:
- 08/10/2014 02:17:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r29206 r29459 13 13 public $features = array(); 14 14 15 /** 16 * Constructor. 17 * 18 * @since 3.1.0 19 * 20 * @see WP_List_Table::__construct() for more information on default arguments. 21 * 22 * @param array $args An associative array of arguments. 23 */ 15 24 public function __construct( $args = array() ) { 16 25 parent::__construct( array(
Note: See TracChangeset
for help on using the changeset viewer.