Changeset 41650
- Timestamp:
- 09/29/2017 10:03:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r41649 r41650 1911 1911 noFilter = ( undefined !== api.section( 'wporg_themes' ) && 'wporg' !== section.params.action ) ? '.no-themes-local' : '.no-themes', 1912 1912 term = el.value.toLowerCase().trim().replace( '-', ' ' ), 1913 controls = section.controls(), 1914 renderScreenshots; 1913 controls = section.controls(); 1915 1914 1916 1915 if ( section.loading ) { … … 7856 7855 7857 7856 publishWhenTime = function() { 7858 var publishSettingsSection;7859 7860 7857 api.state( 'selectedChangesetStatus' ).set( 'publish' ); 7861 7858 api.previewer.save();
Note: See TracChangeset
for help on using the changeset viewer.