- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r46390 r47122 301 301 */ 302 302 public function search_theme( $theme ) { 303 // Search the features 303 // Search the features. 304 304 foreach ( $this->features as $word ) { 305 305 if ( ! in_array( $word, $theme->get( 'Tags' ) ) ) { … … 308 308 } 309 309 310 // Match all phrases 310 // Match all phrases. 311 311 foreach ( $this->search_terms as $word ) { 312 312 if ( in_array( $word, $theme->get( 'Tags' ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.