- Timestamp:
- 03/02/2012 11:06:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-theme-install-list-table.php
r20098 r20100 171 171 */ 172 172 function _js_vars() { 173 global $tab, $type; 174 parent::_js_vars( compact( $tab, $type) );173 global $tab, $type; 174 parent::_js_vars( compact( 'tab', 'type' ) ); 175 175 } 176 176 }
Note: See TracChangeset
for help on using the changeset viewer.