- Timestamp:
- 06/05/2013 04:51:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-theme-install-list-table.php
r24320 r24409 363 363 * @uses $type Global; type of search. 364 364 */ 365 function _js_vars( ) {365 function _js_vars( $extra_args = array() ) { 366 366 global $tab, $type; 367 367 parent::_js_vars( compact( 'tab', 'type' ) );
Note: See TracChangeset
for help on using the changeset viewer.