Changeset 16125 for trunk/wp-admin/includes/list-table-ms-themes.php
- Timestamp:
- 11/01/2010 08:37:02 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/list-table-ms-themes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/list-table-ms-themes.php
r16123 r16125 77 77 if ( $s ) { 78 78 $status = 'search'; 79 $themes['search'] = array_filter( $themes['all'], array( $this, '_search_callback' ) );79 $themes['search'] = array_filter( $themes['all'], array( &$this, '_search_callback' ) ); 80 80 } 81 81 … … 94 94 $order = strtoupper( $order ); 95 95 96 uasort( $this->items, array( $this, '_order_callback' ) );96 uasort( $this->items, array( &$this, '_order_callback' ) ); 97 97 } 98 98
Note: See TracChangeset
for help on using the changeset viewer.