- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-section.php
r42006 r42343 55 55 */ 56 56 public function json() { 57 $exported = parent::json();58 $exported['action'] = $this->action;57 $exported = parent::json(); 58 $exported['action'] = $this->action; 59 59 $exported['filter_type'] = $this->filter_type; 60 60 … … 89 89 <?php 90 90 /* translators: %s: "Search WordPress.org themes" button */ 91 printf( __( 'No themes found. Try a different search, or %s.' ), 91 printf( 92 __( 'No themes found. Try a different search, or %s.' ), 92 93 sprintf( '<button type="button" class="button-link search-dotorg-themes">%s</button>', __( 'Search WordPress.org themes' ) ) 93 94 );
Note: See TracChangeset
for help on using the changeset viewer.