Changeset 21914 for trunk/wp-admin/includes/class-wp-themes-list-table.php
- Timestamp:
- 09/19/2012 12:43:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-themes-list-table.php
r21816 r21914 13 13 var $features = array(); 14 14 15 function __construct( ) {15 function __construct( $args = array() ) { 16 16 parent::__construct( array( 17 17 'ajax' => true, 18 'screen' => isset( $args['screen'] ) ? $args['screen'] : null, 18 19 ) ); 19 20 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)