Make WordPress Core

Ticket #37661: 37661.3.diff

File 37661.3.diff, 80.8 KB (added by celloexpressions, 8 years ago)

See 40.

  • src/wp-admin/css/customize-controls.css

     
    467467        transition: left 0s;
    468468}
    469469
    470 .wp-full-overlay.section-open #customize-controls .wp-full-overlay-sidebar-content {
     470.wp-full-overlay.section-open #customize-controls .wp-full-overlay-sidebar-content,
     471.wp-full-overlay.in-themes-panel #customize-controls .wp-full-overlay-sidebar-content,
     472.wp-full-overlay.in-themes-panel #customize-controls .wp-full-overlay-header,
     473.wp-full-overlay.in-themes-panel #customize-controls .wp-full-overlay-footer,
     474.wp-full-overlay.in-themes-panel #customize-preview {
    471475        visibility: hidden;
    472476        overflow-y: hidden;
    473477}
    474478
    475 .wp-full-overlay.section-open .wp-full-overlay-sidebar-content .accordion-section.open {
     479.wp-full-overlay.section-open .wp-full-overlay-sidebar-content .accordion-section.open,
     480.wp-full-overlay.in-themes-panel .control-panel-themes {
    476481        visibility: visible;
    477482}
    478483
     
    987992        animation: customize-reload .75s;
    988993}
    989994
    990 #customize-theme-controls .control-section-themes .accordion-section-title:hover, /* Not a focusable element. */
    991 #customize-theme-controls .control-section-themes .accordion-section-title {
     995#customize-theme-controls .control-panel-themes {
     996        border-bottom: none;
     997}
     998
     999#customize-theme-controls .control-panel-themes > .accordion-section-title:hover, /* Not a focusable element. */
     1000#customize-theme-controls .control-panel-themes > .accordion-section-title {
    9921001        cursor: default;
    9931002        background: #fff;
    9941003        color: #555;
     
    9951004        border-top: 1px solid #ddd;
    9961005        border-bottom: 1px solid #ddd;
    9971006        border-left: none;
    998         margin-top: 0;
     1007        border-right: none;
     1008        margin: 0 0 15px 0;
     1009        padding-right: 100px; /* Space for the button */
    9991010}
    10001011
    10011012#customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child:hover, /* Not a focusable element. */
     
    10031014        border-top: 0;
    10041015}
    10051016
    1006 #customize-theme-controls .control-section-themes > .accordion-section-title:hover, /* Not a focusable element. */
    1007 #customize-theme-controls .control-section-themes > .accordion-section-title {
    1008         margin: 15px 0;
    1009 }
    1010 
    1011 .customize-themes-panel .accordion-section-title {
    1012         margin: 15px -8px;
    1013 }
    1014 
    1015 .control-section-themes .accordion-section-title {
    1016         padding-right: 100px; /* Space for the button */
    1017 }
    1018 
    1019 .control-section-themes .accordion-section-title span.customize-action,
     1017.control-panel-themes .accordion-section-title span.customize-action,
    10201018#customize-controls .customize-section-title span.customize-action {
    10211019        font-size: 13px;
    10221020        display: block;
     
    10231021        font-weight: 400;
    10241022}
    10251023
    1026 .control-section-themes .accordion-section-title .change-theme,
    1027 .control-section-themes .accordion-section-title .customize-theme {
     1024.control-panel-themes .accordion-section-title .change-theme {
    10281025        position: absolute;
    10291026        right: 10px;
    10301027        top: 50%;
     
    10321029        font-weight: 400;
    10331030}
    10341031
    1035 .control-section-themes .accordion-section-title:before {
     1032#customize-theme-controls .control-panel-themes > .accordion-section-title:after {
    10361033        display: none;
    10371034}
    10381035
    1039 .customize-themes-panel {
     1036.control-panel-themes .control-panel-content {
    10401037        display: none;
    1041         padding: 0 8px;
    1042         background: #f1f1f1;
    1043         -webkit-box-sizing: border-box;
    1044         -moz-box-sizing: border-box;
    1045         box-sizing: border-box;
     1038        position: fixed;
     1039        width: 100%;
     1040        height: 100%;
     1041        top: 0;
     1042        left: -100%;
     1043        background: #eee;
     1044        z-index: 10;
     1045        transition: .2s left ease-in-out;
     1046        margin: 0;
     1047        padding: 0;
     1048        overflow-y: auto;
    10461049}
    10471050
    1048 .customize-themes-panel .accordion-section-title:first-child {
    1049         margin-top: 0;
     1051.in-themes-panel .control-panel-themes .control-panel-content {
     1052        left: 0;
    10501053}
    10511054
    1052 #customize-controls .customize-themes-panel .accordion-section-title:nth-child(2) {
    1053         font-size: 14px;
    1054         font-weight: 600;
     1055#customize-controls,
     1056#customize-footer-actions,
     1057#customize-footer-actions .collapse-sidebar {
     1058        left: 0;
     1059        transition: .2s left ease-in-out;
    10551060}
    10561061
     1062.in-themes-panel #customize-controls,
     1063.in-themes-panel #customize-preview,
     1064.in-themes-panel #customize-footer-actions,
     1065.in-themes-panel #customize-footer-actions .collapse-sidebar {
     1066        left: 100%;
     1067}
     1068
    10571069.customize-themes-panel > h2 {
    10581070        padding: 15px 8px 0 8px;
    10591071}
    10601072
    1061 .control-section.open .customize-themes-panel {
    1062         display: block;
     1073.control-panel-themes .panel-meta .current-theme {
     1074        position: absolute;
     1075        right: 0;
     1076        top: 0;
     1077        background: #fff;
     1078        border-left: 1px solid #ddd;
     1079        padding: 15px 125px 15px 25px;
    10631080}
    10641081
    1065 #customize-theme-controls .customize-themes-panel .accordion-section-content {
     1082.control-panel-themes .panel-meta .customize-theme {
     1083        position: absolute;
     1084        bottom: 15px;
     1085        right: 25px;
     1086}
     1087
     1088.control-panel-themes .panel-meta h2 {
     1089        font-size: 32px;
     1090        font-weight: 200;
     1091        margin: 0 25px;
     1092        padding: 15px 0;
     1093        line-height: 50px;
     1094        float: left;
     1095}
     1096
     1097.control-panel-themes .panel-meta {
     1098        min-height: 80px;
     1099        overflow: hidden;
     1100}
     1101
     1102.control-panel-themes .panel-meta .page-title-action {
     1103        margin-top: 28px;
     1104}
     1105
     1106/* Mobile header */
     1107@media screen and (max-width:700px) {
     1108        .control-panel-themes .panel-meta .current-theme {
     1109                width: calc(100% - 150px);
     1110                position: relative;
     1111                border-bottom: 1px solid #ddd;
     1112        }
     1113}
     1114
     1115.control-panel-themes .customize-themes-notifications .notice {
     1116        margin: 0 25px 15px 25px;
     1117}
     1118
     1119#customize-theme-section-navigation {
     1120        margin: 0 25px 15px 25px;
     1121        width: calc(100% - 50px);
     1122}
     1123
     1124#customize-theme-section-navigation .filter-links .customize-themes-section-title:only-child {
     1125        display: none; /* Don't show the heading if there is only one section (presumably installed themes). */
     1126}
     1127
     1128.control-panel-themes .filter-count {
     1129        padding: 12px 0;
     1130}
     1131
     1132#customize-theme-section-navigation .themes-filter-container {
     1133        display: inline-block;
     1134}
     1135
     1136.control-panel-themes .wp-filter .customize-help-toggle {
     1137        float: right;
     1138        padding: 10px;
     1139        height: 40px;
     1140        width: 40px;
     1141        margin: 5px;
    10661142        background: transparent;
    1067         display: block;
     1143        border: none;
     1144        box-shadow: none;
     1145        cursor: pointer;
     1146        color: #555;
    10681147}
    10691148
    1070 .customize-control.customize-control-theme {
    1071         margin-bottom: 8px;
     1149.control-panel-themes .wp-filter .customize-help-toggle:hover {
     1150        color: #0073aa;
    10721151}
    10731152
     1153.control-panel-themes .wp-filter .customize-help-toggle:focus,
     1154.control-panel-themes .wp-filter .customize-help-toggle.toggled {
     1155        color: #0073aa;
     1156        border-radius: 100%;
     1157        box-shadow: 0 0 0 1px #5b9dd9,
     1158                    0 0 2px 1px rgba(30, 140, 190, .8);
     1159        outline: 0;
     1160}
     1161
     1162.control-panel-themes .customize-panel-description {
     1163        position: absolute;
     1164        right: -1px;
     1165        top: 54px;
     1166        z-index: 5;
     1167        background: #fff;
     1168        font-size: 14px;
     1169        width: 300px;
     1170        max-width: calc(100% - 35px);
     1171        border: 1px solid #ddd;
     1172        border-top: none;
     1173        padding: 5px 25px 15px 10px;
     1174        text-align: right;
     1175        display: none;
     1176}
     1177
     1178.control-panel-themes .theme-section {
     1179        width: calc(100% - 50px);
     1180        padding: 0 25px 25px 25px;
     1181        margin: 0;
     1182        display: none !important; /* There is unknown JS that perpetually tries to show all theme sections when more items are added. */
     1183        overflow: hidden;
     1184}
     1185
     1186.control-panel-themes .theme-section.current-section {
     1187        display: list-item !important; /* There is unknown JS that perpetually tries to show all theme sections when more items are added. */
     1188}
     1189
     1190#customize-theme-section-navigation .customize-themes-section-title {
     1191        display: inline-block;
     1192        margin: 0 10px;
     1193        padding: 15px 0;
     1194        background: #fff;
     1195        border: 0;
     1196        border-bottom: 4px solid #fff;
     1197        color: #555;
     1198        cursor: pointer;
     1199}
     1200
     1201.filter-links .themes-section-feature_filter_themes:before {
     1202        content: "\f111";
     1203        font: 16px/1 dashicons;
     1204        position: relative;
     1205        top: 2px;
     1206        margin-right: 4px;
     1207}
     1208
     1209#customize-theme-section-navigation .customize-themes-section-title.themes-section-search_themes {
     1210        border-bottom: none;
     1211        padding: 10px 0;
     1212        max-width: calc(100% - 70px);
     1213}
     1214
     1215#customize-theme-section-navigation .customize-themes-section-title.selected {
     1216        border-bottom: 4px solid #555;
     1217}
     1218
     1219#customize-theme-section-navigation .customize-themes-section-title:hover,
     1220#customize-theme-section-navigation .customize-themes-section-title:focus {
     1221        color: #0073aa;
     1222        border-bottom: 4px solid #0073aa;
     1223        box-shadow: none;
     1224        outline: none;
     1225}
     1226
     1227#customize-theme-section-navigation .customize-themes-section-title.themes-section-search_themes.selected,
     1228#customize-theme-section-navigation .customize-themes-section-title.themes-section-search_themes:hover {
     1229        border-bottom: none;
     1230}
     1231
    10741232#customize-theme-controls .themes.accordion-section-content {
    10751233        position: relative;
    10761234        left: 0;
     
    10781236        width: 100%;
    10791237}
    10801238
    1081 .wp-customizer .theme-browser .themes {
    1082         padding-bottom: 8px;
     1239.theme-section.loading .spinner {
     1240        display: block;
     1241        visibility: visible;
     1242        position: relative;
     1243        clear: both;
     1244        width: 20px;
     1245        height: 20px;
     1246        left: calc(50% - 10px);
     1247        float: none;
     1248        margin-top: 50px;
    10831249}
    10841250
    1085 .wp-customizer .theme-browser .theme {
     1251.customize-themes-section .filter-drawer {
     1252        border-top: none;
     1253        display: block;
     1254        background: transparent;
     1255        padding-top: 5px;
     1256}
     1257
     1258.customize-themes-section .clear-filters {
     1259        margin-left: 8px;
     1260        display: none;
     1261}
     1262
     1263#accordion-section-feature_filter_themes .theme-browser {
     1264        display: none; /* Shown with JS once filters are applied */
     1265}
     1266
     1267.customize-themes-section .no-themes {
     1268        display: none;
     1269}
     1270
     1271#accordion-section-installed_themes .theme .notice-success {
     1272        display: none;
     1273}
     1274
     1275.control-panel-themes .theme-browser .theme .theme-actions .button-primary {
     1276        margin: 0 0 0 8px;
     1277}
     1278
     1279.customize-control-theme .theme {
     1280        width: 100%;
    10861281        margin: 0;
    1087         width: 100%;
    10881282}
    10891283
     1284.customize-control.customize-control-theme { /* override most properties on .customize-control */
     1285        box-sizing: border-box;
     1286        width: 18.4%;
     1287        margin: 0 2% 2% 0;
     1288        padding: 0;
     1289        clear: none;
     1290}
     1291
     1292/* 5 columns above 2100px */
     1293@media screen and (min-width: 2101px) {
     1294        .customize-control.customize-control-theme:nth-child(5n) {
     1295                margin-right: 0;
     1296        }
     1297}
     1298
     1299/* 4 columns up to 2100px */
     1300@media screen and (min-width: 1601px) and (max-width: 2100px) {
     1301        .customize-control.customize-control-theme {
     1302                width: 23.5%;
     1303        }
     1304
     1305        .customize-control.customize-control-theme:nth-child(4n) {
     1306                margin-right: 0;
     1307        }
     1308}
     1309
     1310/* 3 columns up to 1600px */
     1311@media screen and (min-width: 1101px) and (max-width: 1600px) {
     1312        .customize-control.customize-control-theme {
     1313                width: 32%;
     1314        }
     1315
     1316        .customize-control.customize-control-theme:nth-child(3n) {
     1317                margin-right: 0;
     1318        }
     1319}
     1320
     1321/* 2 columns up to 1100px */
     1322@media screen and (min-width: 501px) and (max-width: 1100px) {
     1323        .customize-control.customize-control-theme {
     1324                width: 49%;
     1325        }
     1326
     1327        .customize-control.customize-control-theme:nth-child(even) {
     1328                margin-right: 0;
     1329        }
     1330}
     1331
     1332/* 1 column up to 500 px */
     1333@media screen and (max-width: 500px) {
     1334        .customize-control.customize-control-theme {
     1335                width: 100%;
     1336                margin: 0 0 3% 0;
     1337        }
     1338}
     1339
     1340
     1341.wp-customizer .theme-browser .themes {
     1342        padding-bottom: 8px;
     1343}
     1344
    10901345.wp-customizer .theme-browser .theme .theme-actions {
    10911346        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    10921347        opacity: 1;
     
    11071362        width: 100%;
    11081363}
    11091364
    1110 #accordion-section-themes .accordion-section-title:after {
     1365#accordion-panel-themes .accordion-section-title:after {
    11111366        display: none;
    11121367}
    11131368
    1114 #customize-theme-controls .control-section-themes.current-panel > h3.accordion-section-title {
     1369#customize-theme-controls .control-panel-themes.current-panel > h3.accordion-section-title {
    11151370        left: 0;
    11161371}
    11171372
    1118 .customize-themes-panel.control-panel-content {
    1119         position: absolute;
    1120         left: -100%;
    1121         top: 0;
    1122         width: 100%;
    1123         border-top: 1px solid #ddd;
    1124 }
    11251373
    1126 .in-themes-panel #customize-info,
    1127 .in-themes-panel #customize-theme-controls > ul > .accordion-section {
    1128         left: 100%;
    1129 }
    1130 
    11311374/* Details View */
    11321375.wp-customizer .theme-overlay {
    11331376        display: none;
     
    11481391        z-index: 110;
    11491392}
    11501393
     1394.wp-customizer .theme-overlay .star-rating {
     1395        float: left;
     1396        margin-right: 8px;
     1397}
     1398
     1399.wp-customizer .theme-rating .num-ratings {
     1400        line-height: 20px;
     1401}
     1402
    11511403.wp-customizer .theme-overlay .theme-wrap {
    11521404        left: 90px;
    11531405        right: 90px;
     
    11581410}
    11591411
    11601412.wp-customizer .theme-overlay .theme-actions {
    1161         text-align: right; /* Because there's only one action, match the pattern of media modals and right-align the action. */
     1413        text-align: right; /* Because there're only one or two actions, match the UI pattern of media modals and right-align the action. */
     1414    padding: 10px 15px;
    11621415}
    11631416
     1417.wp-customizer .theme-overlay .theme-actions .theme-install.preview {
     1418        margin-left: 8px;
     1419}
     1420
     1421.control-panel-themes .theme-actions .delete-theme {
     1422        left: 15px;
     1423        right: auto;
     1424}
     1425
    11641426.modal-open .in-themes-panel #customize-controls .wp-full-overlay-sidebar-content {
    11651427        overflow: visible; /* Prevent the top-level Customizer controls from becoming visible when elements on the right of the details modal are focused. */
    11661428}
  • src/wp-admin/includes/theme.php

     
    606606 * @since 4.2.0
    607607 */
    608608function customize_themes_print_templates() {
    609         $preview_url = esc_url( add_query_arg( 'theme', '__THEME__' ) ); // Token because esc_url() strips curly braces.
     609        $current_url = set_url_scheme( 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] );
     610        $active_url  = esc_url( remove_query_arg( 'theme', $current_url ) );
     611        $preview_url = esc_url( add_query_arg( 'theme', '__THEME__', $current_url ) ); // Token because esc_url() strips curly braces.
    610612        $preview_url = str_replace( '__THEME__', '{{ data.id }}', $preview_url );
    611613        ?>
    612614        <script type="text/html" id="tmpl-customize-themes-details-view">
     
    619621                        </div>
    620622                        <div class="theme-about wp-clearfix">
    621623                                <div class="theme-screenshots">
    622                                 <# if ( data.screenshot[0] ) { #>
     624                                <# if ( data.screenshot && data.screenshot[0] ) { #>
    623625                                        <div class="screenshot"><img src="{{ data.screenshot[0] }}" alt="" /></div>
    624626                                <# } else { #>
    625627                                        <div class="screenshot blank"></div>
     
    632634                                        <# } #>
    633635                                        <h2 class="theme-name">{{{ data.name }}}<span class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></span></h2>
    634636                                        <h3 class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></h3>
     637
     638                                        <# if ( data.stars && 0 != data.num_ratings ) { #>
     639                                                <div class="theme-rating">
     640                                                        {{{ data.stars }}}
     641                                                        <span class="num-ratings"><?php echo sprintf( __( '(%s ratings)' ), '{{ data.num_ratings }}' ); ?></span>
     642                                                </div>
     643                                        <# } #>
     644
     645                                        <# if ( data.hasUpdate ) { #>
     646                                                <div class="notice notice-warning notice-alt notice-large" data-slug="{{ data.id }}">
     647                                                        <h3 class="notice-title"><?php _e( 'Update Available' ); ?></h3>
     648                                                        {{{ data.update }}}
     649                                                </div>
     650                                        <# } #>
     651
    635652                                        <p class="theme-description">{{{ data.description }}}</p>
    636653
    637654                                        <# if ( data.parent ) { #>
    638655                                                <p class="parent-theme"><?php printf( __( 'This is a child theme of %s.' ), '<strong>{{{ data.parent }}}</strong>' ); ?></p>
    639656                                        <# } #>
    640 
    641657                                        <# if ( data.tags ) { #>
    642                                                 <p class="theme-tags"><span><?php _e( 'Tags:' ); ?></span> {{ data.tags }}</p>
     658                                                <p class="theme-tags"><span><?php _e( 'Tags:' ); ?></span> {{{ data.tags }}}</p>
    643659                                        <# } #>
    644660                                </div>
    645661                        </div>
    646662
    647                         <# if ( ! data.active ) { #>
    648                                 <div class="theme-actions">
    649                                         <div class="inactive-theme">
    650                                                 <?php
    651                                                 /* translators: %s: Theme name */
    652                                                 $aria_label = sprintf( __( 'Preview %s' ), '{{ data.name }}' );
    653                                                 ?>
    654                                                 <a href="<?php echo $preview_url; ?>" target="_top" class="button button-primary" aria-label="<?php echo esc_attr( $aria_label ); ?>"><?php _e( 'Live Preview' ); ?></a>
    655                                         </div>
    656                                 </div>
    657                         <# } #>
     663                        <div class="theme-actions">
     664                                <# if ( data.active ) { #>
     665                                        <?php
     666                                        /* translators: %s: Theme name */
     667                                        $aria_label = sprintf( __( 'Customize %s' ), '{{ data.name }}' );
     668                                        ?>
     669                                        <button type="button" class="button button-primary customize-theme" aria-label="<?php echo esc_attr( $aria_label ); ?>"><?php _e( 'Customize' ); ?></a>
     670                                <# } else if ( 'installed' === data.type ) { #>
     671                                        <?php if ( current_user_can( 'delete_themes' ) ) { ?>
     672                                                <# if ( data.actions && data.actions['delete'] ) { #>
     673                                                        <a href="{{{ data.actions['delete'] }}}" data-slug="{{ data.id }}" class="button button-secondary delete-theme"><?php _e( 'Delete' ); ?></a>
     674                                                <# } #>
     675                                        <?php } ?>
     676                                        <button type="button" class="button button-primary preview-theme" data-preview-url="<?php echo esc_attr( $preview_url ); ?>" aria-label="<?php echo esc_attr( $aria_label ); ?>"><?php _e( 'Live Preview' ); ?></span>
     677                                <# } else { #>
     678                                        <button type="button" class="button theme-install" data-slug="{{ data.id }}"><?php _e( 'Install' ); ?></button>
     679                                        <button type="button" class="button button-primary theme-install preview" data-slug="{{ data.id }}" data-previewurl="<?php echo esc_attr( $preview_url ); ?>"><?php _e( 'Install & Preview' ); ?></button>
     680                                <# } #>
     681                        </div>
    658682                </div>
    659683        </script>
    660684        <?php
  • src/wp-admin/js/customize-controls.js

     
    22(function( exports, $ ){
    33        var Container, focus, api = wp.customize;
    44
     5        window.pagenow = 'customize'; // Needed for updates.js to function properly.
     6
    57        /**
    68         * A Customizer Setting.
    79         *
     
    777779        /**
    778780         * wp.customize.ThemesSection
    779781         *
    780          * Custom section for themes that functions similarly to a backwards panel,
    781          * and also handles the theme-details view rendering and navigation.
     782         * Custom section for themes that loads themes by category, and also
     783         * handles the theme-details view rendering and navigation.
    782784         *
    783785         * @constructor
    784786         * @augments wp.customize.Section
     
    790792                template: '',
    791793                screenshotQueue: null,
    792794                $window: $( window ),
     795                loaded: 0,
     796                loading: false,
     797                fullyLoaded: false,
     798                term: '',
    793799
    794800                /**
    795801                 * @since 4.2.0
    796802                 */
    797                 initialize: function () {
    798                         this.$customizeSidebar = $( '.wp-full-overlay-sidebar-content:first' );
    799                         return api.Section.prototype.initialize.apply( this, arguments );
    800                 },
    801 
    802                 /**
    803                  * @since 4.2.0
    804                  */
    805803                ready: function () {
    806804                        var section = this;
    807805                        section.overlay = section.container.find( '.theme-overlay' );
     
    829827                                }
    830828                        });
    831829
    832                         _.bindAll( this, 'renderScreenshots' );
     830                        _.bindAll( this, 'renderScreenshots', 'loadMore', 'checkTerm', 'filtersChecked', 'clearFilters' );
    833831                },
    834832
    835833                /**
     
    836834                 * Override Section.isContextuallyActive method.
    837835                 *
    838836                 * Ignore the active states' of the contained theme controls, and just
    839                  * use the section's own active state instead. This ensures empty search
    840                  * results for themes to cause the section to become inactive.
     837                 * use the section's own active state instead. This prevents empty search
     838                 * results for theme sections from causing the section to become inactive.
    841839                 *
    842840                 * @since 4.2.0
    843841                 *
     
    853851                attachEvents: function () {
    854852                        var section = this;
    855853
    856                         // Expand/Collapse section/panel.
    857                         section.container.find( '.change-theme, .customize-theme' ).on( 'click keydown', function( event ) {
    858                                 if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    859                                         return;
    860                                 }
    861                                 event.preventDefault(); // Keep this AFTER the key filter above
    862 
    863                                 if ( section.expanded() ) {
    864                                         section.collapse();
    865                                 } else {
     854                        // Expand section/panel. Only collapse when opening another section.
     855                        $( '#customize-theme-section-navigation' ).on( 'click', '.themes-section-' + section.id, function( event ) {
     856                                if ( ! section.expanded() && 'search_themes' !== section.id ) {
    866857                                        section.expand();
    867858                                }
    868859                        });
    869860
    870                         // Theme navigation in details view.
    871                         section.container.on( 'click keydown', '.left', function( event ) {
    872                                 if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    873                                         return;
    874                                 }
     861                        // Preview installed themes.
     862                        section.container.on( 'click', '.theme-actions .preview-theme', function() {
     863                                var previewUrl = $( this ).data( 'previewUrl' );
    875864
    876                                 event.preventDefault(); // Keep this AFTER the key filter above
     865                                $( '.wp-full-overlay' ).addClass( 'customize-loading' );
    877866
     867                                window.parent.location = previewUrl;
     868                        });
     869       
     870                        // Theme navigation in details view.
     871                        section.container.on( 'click', '.left', function( event ) {
    878872                                section.previousTheme();
    879873                        });
    880874
    881                         section.container.on( 'click keydown', '.right', function( event ) {
    882                                 if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    883                                         return;
    884                                 }
    885 
    886                                 event.preventDefault(); // Keep this AFTER the key filter above
    887 
     875                        section.container.on( 'click', '.right', function( event ) {
    888876                                section.nextTheme();
    889877                        });
    890878
    891                         section.container.on( 'click keydown', '.theme-backdrop, .close', function( event ) {
    892                                 if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    893                                         return;
    894                                 }
    895 
    896                                 event.preventDefault(); // Keep this AFTER the key filter above
    897 
     879                        section.container.on( 'click', '.theme-backdrop, .close', function( event ) {
    898880                                section.closeDetails();
    899881                        });
    900882
    901883                        var renderScreenshots = _.throttle( _.bind( section.renderScreenshots, this ), 100 );
    902                         section.container.on( 'input', '#themes-filter', function( event ) {
     884                        $( '#customize-theme-section-navigation' ).on( 'input', '#themes-filter', function( event ) {
    903885                                var count,
    904886                                        term = event.currentTarget.value.toLowerCase().trim().replace( '-', ' ' ),
    905887                                        controls = section.controls();
     
    912894
    913895                                // Update theme count.
    914896                                count = section.container.find( 'li.customize-control:visible' ).length;
    915                                 section.container.find( '.theme-count' ).text( count );
     897                                $( '.control-panel-themes' ).find( '.theme-count' ).text( count );
    916898                        });
    917899
    918                         // Pre-load the first 3 theme screenshots.
    919                         api.bind( 'ready', function () {
    920                                 _.each( section.controls().slice( 0, 3 ), function ( control ) {
    921                                         var img, src = control.params.theme.screenshot[0];
    922                                         if ( src ) {
    923                                                 img = new Image();
    924                                                 img.src = src;
     900                        // Event listeners for queries with user-entered terms.
     901                        if ( 'search' === section.params.action ) {
     902                                var debounced = _.debounce( section.checkTerm, 500 ); // Wait until there is no input for 500 miliseconds to initiate a search.
     903                                $( '#customize-theme-section-navigation' ).on( 'input', '#wp-filter-search-input', function() {
     904                                        debounced( section );
     905                                        if ( ! section.expanded() ) {
     906                                                section.expand();
    925907                                        }
    926908                                });
     909                        } else if ( 'favorites' === section.params.action ) {
     910                                section.container.on( 'click', '.favorites-form-submit', function() {
     911                                        section.checkTerm( section );
     912                                });
     913                                section.container.on( 'keydown', '#wporg-username-input', function( e ) {
     914                                        if ( api.utils.isKeydownButNotEnterEvent( e ) ) {
     915                                                return;
     916                                        }
     917                                        section.checkTerm( section );
     918                                });
     919                        } else if ( 'feature_filter' === section.params.action ) {
     920                                section.container.on( 'click', '.filter-group input', function() {
     921                                        section.filtersChecked();
     922                                });
     923                                section.container.on( 'click', '.clear-filters', function() {
     924                                        section.clearFilters();
     925                                });
     926                                section.container.on( 'click', '.apply-filters', function() {
     927                                        section.checkTerm( section );
     928                                });
     929                                section.container.on( 'click', '.filtered-by .tags, .filtered-by button', function() {
     930                                        section.container.find( '.filter-group' ).show();
     931                                        section.container.find( '.buttons' ).show();
     932                                        section.container.find( '.filtered-by' ).hide();
     933                                        section.container.find( '.theme-browser' ).hide();
     934                                });
     935                        }
     936
     937                        // Move section-expansion buttons to consolidated menu bar in themes panel.
     938                        api.bind( 'ready', function () {
     939                                section.container.find( '.customize-themes-section-title' ).appendTo( $( '#customize-theme-section-navigation .filter-links' ) );
    927940                        });
    928941                },
    929942
     
    948961                        }
    949962
    950963                        // Note: there is a second argument 'args' passed
    951                         var position, scroll,
    952                                 panel = this,
    953                                 section = panel.container.closest( '.accordion-section' ),
    954                                 overlay = section.closest( '.wp-full-overlay' ),
    955                                 container = section.closest( '.wp-full-overlay-sidebar-content' ),
    956                                 siblings = container.find( '.open' ),
    957                                 customizeBtn = section.find( '.customize-theme' ),
    958                                 changeBtn = section.find( '.change-theme' ),
    959                                 content = section.find( '.control-panel-content' );
     964                        var section = this,
     965                                overlay = section.container.closest( '.wp-full-overlay-sidebar-content' ),
     966                                container = section.container.closest( '.control-panel-content' );
    960967
    961968                        if ( expanded ) {
    962969
     970                                // Load controls if none are loaded yet.
     971                                if ( 0 === section.loaded ) {
     972                                        section.loadControls();
     973                                }
     974
    963975                                // Collapse any sibling sections/panels
    964976                                api.section.each( function ( otherSection ) {
    965                                         if ( otherSection !== panel ) {
     977                                        if ( otherSection !== section ) {
    966978                                                otherSection.collapse( { duration: args.duration } );
    967979                                        }
    968980                                });
    969                                 api.panel.each( function ( otherPanel ) {
    970                                         otherPanel.collapse( { duration: 0 } );
    971                                 });
    972981
    973                                 content.show( 0, function() {
    974                                         position = content.offset().top;
    975                                         scroll = container.scrollTop();
    976                                         content.css( 'margin-top', ( $( '#customize-header-actions' ).height() - position - scroll ) );
    977                                         section.addClass( 'current-panel' );
    978                                         overlay.addClass( 'in-themes-panel' );
    979                                         container.scrollTop( 0 );
    980                                         _.delay( panel.renderScreenshots, 10 ); // Wait for the controls
    981                                         panel.$customizeSidebar.on( 'scroll.customize-themes-section', _.throttle( panel.renderScreenshots, 300 ) );
    982                                         if ( args.completeCallback ) {
    983                                                 args.completeCallback();
    984                                         }
    985                                 } );
    986                                 customizeBtn.focus();
     982                                section.container.addClass( 'current-section' );
     983                                $( '#customize-theme-section-navigation .themes-section-' + section.id ).addClass( 'selected' );
     984                                container.on( 'scroll', _.throttle( section.renderScreenshots, 300 ) );
     985                                container.on( 'scroll', _.throttle( section.loadMore, 300 ) );
     986                                if ( args.completeCallback ) {
     987                                        args.completeCallback();
     988                                }
     989                                section.updateCount(); // Show this section's count.
    987990                        } else {
    988                                 siblings.removeClass( 'open' );
    989                                 section.removeClass( 'current-panel' );
    990                                 overlay.removeClass( 'in-themes-panel' );
    991                                 panel.$customizeSidebar.off( 'scroll.customize-themes-section' );
    992                                 content.delay( 180 ).hide( 0, function() {
    993                                         content.css( 'margin-top', 'inherit' ); // Reset
    994                                         if ( args.completeCallback ) {
    995                                                 args.completeCallback();
    996                                         }
    997                                 } );
    998                                 customizeBtn.attr( 'tabindex', '0' );
    999                                 changeBtn.focus();
    1000                                 container.scrollTop( 0 );
     991                                section.container.removeClass( 'current-section' );
     992                                $( '#customize-theme-section-navigation .themes-section-' + section.id ).removeClass( 'selected' );
     993                                container.off( 'scroll' );
     994                                if ( args.completeCallback ) {
     995                                        args.completeCallback();
     996                                }
    1001997                        }
    1002998                },
    1003999
    10041000                /**
    1005                  * Recalculate the top margin.
     1001                 * Don't recalculate the top margin.
    10061002                 *
    1007                  * @since 4.4.0
     1003                 * @since 4.7.0
    10081004                 * @private
    10091005                 */
    1010                 _recalculateTopMargin: function() {
    1011                         api.Panel.prototype._recalculateTopMargin.call( this );
     1006                _recalculateTopMargin: function() {},
     1007
     1008                /**
     1009                 * Load theme data via ajax and add themes to the section as controls.
     1010                 *
     1011                 * @since 4.7.0
     1012                 */
     1013                loadControls: function() {
     1014                        var section = this, params, page, request, search;
     1015
     1016                        if ( section.loading ) {
     1017                                return; // We're already loading a batch of themes.
     1018                        }
     1019
     1020                        // Parameters for every API query. Additional params are set in PHP.
     1021                        page = Math.ceil( section.loaded / 100 ) + 1;
     1022                        params = {
     1023                                'customize-themes-nonce': api.settings.nonce['customize-themes'],
     1024                                'wp_customize': 'on',
     1025                                'theme_action': section.params.action,
     1026                                'customized_theme': api.settings.theme.stylesheet,
     1027                                'page': page
     1028                        }
     1029
     1030                        // Add fields for special request actions.
     1031                        if ( 'search' === section.params.action ) {
     1032                                if ( '' === section.term ) {
     1033                                        return;
     1034                                } else {
     1035                                        params.search = section.term;
     1036                                }
     1037                        } else if ( 'favorites' === section.params.action ) {
     1038                                if ( '' === section.term ) {
     1039                                        return;
     1040                                } else {
     1041                                        params.user = section.term;
     1042                                }
     1043                        } else if ( 'feature_filter' === section.params.action ) {
     1044                                if ( '' === section.term ) {
     1045                                        return;
     1046                                } else {
     1047                                        params.tags = section.term;
     1048                                }
     1049                        }
     1050
     1051                        // Load themes.
     1052                        section.container.addClass( 'loading' );
     1053                        section.loading = true;
     1054                        section.container.find( '.no-themes' ).hide();
     1055                        request = wp.ajax.post( 'customize-load-themes', params );
     1056                        request.done(function( data ) {
     1057                                var themes = data.themes,
     1058                                    themeControl, newThemeControls;
     1059                                if ( 0 !== themes.length ) {
     1060                                        newThemeControls = new Array();
     1061                                        // Add controls for each theme.
     1062                                        _.each( themes, function ( theme ) {
     1063                                                customizeId = section.params.action + '_theme_' + theme.id;
     1064                                                themeControl = new api.controlConstructor.theme( customizeId, {
     1065                                                        params: {
     1066                                                                type: 'theme',
     1067                                                                content: '<li id="customize-control-theme-' + section.params.action + '_' + theme.id + '" class="customize-control customize-control-theme"></li>',
     1068                                                                section: section.params.id,
     1069                                                                active: true,
     1070                                                                theme: theme,
     1071                                                                priority: section.loaded + 1
     1072                                                        },
     1073                                                        previewer: api.previewer
     1074                                                } );
     1075
     1076                                                api.control.add( customizeId, themeControl );
     1077                                                newThemeControls.push( themeControl );
     1078                                                section.loaded = section.loaded + 1;
     1079                                                return;
     1080                                        });
     1081                               
     1082                                        if ( 1 === page ) {
     1083                                                // Pre-load the first 3 theme screenshots.
     1084                                                _.each( section.controls().slice( 0, 3 ), function ( control ) {
     1085                                                        var img, src = control.params.theme.screenshot[0];
     1086                                                        if ( src ) {
     1087                                                                img = new Image();
     1088                                                                img.src = src;
     1089                                                        }
     1090                                                });
     1091                                                if ( 'search' === section.params.action ) {
     1092                                                        wp.a11y.speak( api.settings.l10n.themeSearchResults.replace( '%d', data.info.results ) );
     1093                                                }
     1094                                        } else {
     1095                                                Array.prototype.push.apply( section.screenshotQueue, newThemeControls ); // Add new themes to the screenshot queue.
     1096                                        }
     1097                                        _.delay( section.renderScreenshots, 100 ); // Wait for the controls to become visible.
     1098
     1099                                        if ( 'installed' === section.action || 100 > themes.length ) { // If we have less than the requested 100 themes, it's the end of the list.
     1100                                                section.fullyLoaded = true;
     1101                                        }
     1102                                } else {
     1103                                        if ( 0 === section.loaded ) {
     1104                                                section.container.find( '.no-themes' ).show();
     1105                                                wp.a11y.speak( section.container.find( '.no-themes' ).text() );
     1106                                        } else {
     1107                                                section.fullyLoaded = true;
     1108                                        }
     1109                                }
     1110                                if ( 'installed' === section.params.action ) {
     1111                                        section.updateCount();
     1112                                } else {
     1113                                        section.updateCount( data.info.results );
     1114                                }
     1115                                section.container.find( '.unexpected-error' ).hide(); // Hide error notice in case it was previously shown.
     1116
     1117                                // This cannot run on request.always, as section.loading may turn false before the new controls load in the success case.
     1118                                section.container.removeClass( 'loading' );
     1119                                section.loading = false;
     1120                        });
     1121                        request.fail(function( data ) {
     1122                                if ( 'undefined' === typeof data ) {
     1123                                        section.container.find( '.unexpected-error' ).show();
     1124                                        wp.a11y.speak( section.container.find( '.unexpected-error' ).text() );
     1125                                } else if ( typeof console !== 'undefined' && console.error ) {
     1126                                        console.error( data );
     1127                                }
     1128                               
     1129                                // This cannot run on request.always, as section.loading may turn false before the new controls load in the success case.
     1130                                section.container.removeClass( 'loading' );
     1131                                section.loading = false;
     1132                        });
    10121133                },
    10131134
    10141135                /**
     1136                 * Determines whether more themes should be loaded, and loads them.
     1137                 *
     1138                 * @since 4.7.0
     1139                 */
     1140                loadMore: function() {
     1141                        var section = this, container, bottom, threshold, page;
     1142                        if ( ! section.fullyLoaded && ! section.loading ) {
     1143                                container = section.container.closest( '.control-panel-content' );
     1144
     1145                                bottom = container.scrollTop() + container.height();
     1146                                threshold = container.prop( 'scrollHeight' ) - 3000; // Use a fixed distance to the bottom of loaded results to avoid unnecessarily loading results sooner when using a percentage of scroll distance.
     1147
     1148                                if ( bottom > threshold ) {
     1149                                        section.loadControls();
     1150                                }
     1151                        }
     1152                },
     1153
     1154                /**
     1155                 * Event handler for search, feature filter, and favorites input that determines if the term has changed and loads new controls as needed.
     1156                 *
     1157                 * @since 4.7.0
     1158                 *
     1159                 * @param api.ThemesSection section The current theme section, passed through the debouncer.
     1160                 */
     1161                checkTerm: function( section ) {
     1162                        var newTerm, filteringBy;
     1163
     1164                        // Find term.
     1165                        if ( 'search' === section.params.action ) {
     1166                                newTerm = $( '#wp-filter-search-input' ).val();
     1167                        } else if ( 'favorites' === section.params.action ) {
     1168                                newTerm = $( '#wporg-username-input' ).val();
     1169                        } else if ( 'feature_filter' === section.params.action ) {
     1170                                newTerm = section.term; // Set separately by filtersChecked(), as they're changed.
     1171                                if ( '' === newTerm ) {
     1172                                        return;
     1173                                }
     1174
     1175                                section.container.find( '.filter-group' ).hide();
     1176                                section.container.find( '.buttons' ).hide();
     1177                                section.container.find( '.filtered-by' ).show();
     1178                                section.container.find( '.theme-browser' ).show();
     1179                                filteringBy = section.container.find( '.filtered-by .tags' );
     1180                                filteringBy.empty();
     1181
     1182                                _.each( newTerm, function( tag ) {
     1183                                        name = $( 'label[for="filter-id-' + tag + '"]' ).text();
     1184                                        filteringBy.append( '<span class="tag">' + name + '</span>' );
     1185                                });
     1186                        } else {
     1187                                return;
     1188                        }
     1189
     1190                        if ( section.term === newTerm && 'feature_filter' !== section.params.action ) {
     1191                                return;
     1192                        }
     1193                        // Clear the controls in the section.
     1194                        _.each( section.controls(), function( control ) {
     1195                                control.container.remove();
     1196                                api.control.remove( control.id );
     1197                        });
     1198                        section.loaded = 0;
     1199                        section.fullyLoaded = false;
     1200                        section.screenshotQueue = null;
     1201
     1202                        if ( '' !== newTerm ) { // Empty term should not show any results.
     1203                                // Run a new query, with loadControls handling paging, etc.
     1204                                section.term = newTerm;
     1205                                section.loadControls();
     1206                        }
     1207                },
     1208               
     1209                /**
     1210                 * Check for filters checked in the feature filter list.
     1211                 *
     1212                 * @since 4.7.0
     1213                 */
     1214                filtersChecked: function() {
     1215                        var section = this,
     1216                            items = section.container.find( '.filter-group' ).find( ':checkbox' ),
     1217                            tags = [];
     1218
     1219                        if ( 'feature_filter' !== section.params.action ) {
     1220                                return false;
     1221                        }
     1222
     1223                        _.each( items.filter( ':checked' ), function( item ) {
     1224                                tags.push( $( item ).prop( 'value' ) );
     1225                        });
     1226
     1227                        // When no filters are checked, restore initial state and return
     1228                        if ( tags.length === 0 ) {
     1229                                section.container.find( '.filter-drawer .apply-filters' ).find( 'span' ).text( '' );
     1230                                section.container.find( '.filter-drawer .clear-filters' ).hide();
     1231                                section.term = '';
     1232                        } else {
     1233                                section.container.find( '.filter-drawer .apply-filters' ).find( 'span' ).text( tags.length );
     1234                                section.container.find( '.filter-drawer .clear-filters' ).css( 'display', 'inline-block' ); // $.show() manually.
     1235                                section.term = tags;
     1236                        }
     1237                },
     1238
     1239                /**
     1240                 * Clear filters from the feature filter list.
     1241                 *
     1242                 * @since 4.7.0
     1243                 */
     1244                clearFilters: function() {
     1245                        var section = this,
     1246                            items = section.container.find( '.filter-group' ).find( ':checkbox' );
     1247
     1248                        _.each( items.filter( ':checked' ), function( item ) {
     1249                                $( item ).prop( 'checked', false );
     1250                        });
     1251                        section.filtersChecked();
     1252                },
     1253
     1254                /**
    10151255                 * Render control's screenshot if the control comes into view.
    10161256                 *
    10171257                 * @since 4.2.0
     
    10191259                renderScreenshots: function( ) {
    10201260                        var section = this;
    10211261
    1022                         // Fill queue initially.
    1023                         if ( section.screenshotQueue === null ) {
    1024                                 section.screenshotQueue = section.controls();
     1262                        // Fill queue initially, or check for more if empty.
     1263                        if ( section.screenshotQueue === null || 0 === section.screenshotQueue.length ) {
     1264                                // Add controls that haven't had their screenshots rendered.
     1265                                section.screenshotQueue = _.filter( section.controls(), function( control ) {
     1266                                        return ! control.screenshotRendered;
     1267                                });
    10251268                        }
    10261269
    1027                         // Are all screenshots rendered?
     1270                        // Are all screenshots rendered (for now)?
    10281271                        if ( ! section.screenshotQueue.length ) {
    10291272                                return;
    10301273                        }
     
    10601303                },
    10611304
    10621305                /**
     1306                 * Update the number of themes in the section.
     1307                 *
     1308                 * @since 4.7.0
     1309                 */
     1310                updateCount: function ( count ) {
     1311                        if ( ! count ) {
     1312                                count = this.loaded;
     1313                        }
     1314                        this.container.closest( '.control-panel-content' ).find( '.theme-count' ).text( count );
     1315                },
     1316
     1317                /**
    10631318                 * Advance the modal to the next theme.
    10641319                 *
    10651320                 * @since 4.2.0
     
    10791334                 * @since 4.2.0
    10801335                 */
    10811336                getNextTheme: function () {
    1082                         var control, next;
    1083                         control = api.control( 'theme_' + this.currentTheme );
     1337                        var section = this, control, next;
     1338                        control = api.control( section.params.action + '_theme_' + this.currentTheme );
    10841339                        next = control.container.next( 'li.customize-control-theme' );
    10851340                        if ( ! next.length ) {
    10861341                                return false;
    10871342                        }
    1088                         next = next[0].id.replace( 'customize-control-', '' );
     1343                        next = next[0].id.replace( 'customize-control-theme-' + section.params.action, section.params.action + '_theme' );
    10891344                        control = api.control( next );
    10901345
    10911346                        return control.params.theme;
     
    11111366                 * @since 4.2.0
    11121367                 */
    11131368                getPreviousTheme: function () {
    1114                         var control, previous;
    1115                         control = api.control( 'theme_' + this.currentTheme );
     1369                        var section = this, control, previous;
     1370                        control = api.control( section.params.action + '_theme_' + this.currentTheme );
    11161371                        previous = control.container.prev( 'li.customize-control-theme' );
    11171372                        if ( ! previous.length ) {
    11181373                                return false;
    11191374                        }
    1120                         previous = previous[0].id.replace( 'customize-control-', '' );
     1375                        previous = previous[0].id.replace( 'customize-control-theme-' + section.params.action, section.params.action + '_theme' );
    11211376                        control = api.control( previous );
    11221377
    11231378                        return control.params.theme;
     
    11651420                closeDetails: function () {
    11661421                        $( 'body' ).removeClass( 'modal-open' );
    11671422                        this.overlay.fadeOut( 'fast' );
    1168                         api.control( 'theme_' + this.currentTheme ).focus();
     1423                        api.control( this.params.action + '_theme_' + this.currentTheme ).container.find( '.theme' ).focus();
    11691424                },
    11701425
    11711426                /**
     
    14551710                }
    14561711        });
    14571712
     1713
    14581714        /**
     1715         * wp.customize.ThemesPanel
     1716         *
     1717         * Custom section for themes that displays without the customize preview.
     1718         *
     1719         * @constructor
     1720         * @augments wp.customize.Panel
     1721         * @augments wp.customize.Container
     1722         */
     1723        api.ThemesPanel = api.Panel.extend({
     1724                installingThemes: [],
     1725
     1726                /**
     1727                 * @since 4.7.0
     1728                 */
     1729                attachEvents: function () {
     1730                        var panel = this;
     1731
     1732                        // Expand/Collapse panel.
     1733                        panel.container.on( 'click', '.change-theme, .customize-theme', function( event ) {
     1734                                if ( panel.expanded() ) {
     1735                                        panel.collapse();
     1736                                } else {
     1737                                        panel.expand();
     1738                                }
     1739                        });
     1740
     1741                        // Toggle help display.
     1742                        panel.container.on( 'click', '.customize-help-toggle', function() {
     1743                                var button = $( this ),
     1744                                    content = button.next( '.customize-panel-description' );
     1745                                button.toggleClass( 'toggled' );
     1746                                content.toggle();
     1747                                if ( button.hasClass( 'toggled' ) ) {
     1748                                        button.attr( 'aria-expanded', 'true' );
     1749                                } else {
     1750                                        button.attr( 'aria-expanded', 'false' );
     1751                                }
     1752                        });
     1753
     1754                        api.bind( 'saved', function() {
     1755                                panel.container.find( '.customize-themes-unsaved-changes' ).hide();
     1756                        });
     1757                       
     1758                        // Save & publish customizer changes.
     1759                        panel.container.on( 'click', '#customize-themes-save', function() {
     1760                                $( '#save' ).click(); // Trigger customizer save.
     1761                                panel.container.find( '.customize-themes-unsaved-changes' ).hide();
     1762                                api.section( 'installed_themes' ).focus();
     1763                        });
     1764                       
     1765                        // Toggle theme upload view.
     1766                        panel.container.on( 'click', '.upload-toggle', function() {
     1767                                var button = $( this );
     1768                                panel.container.find( '.upload-theme' ).toggle();
     1769                                if ( 'true' === button.attr( 'aria-expanded' ) ) {
     1770                                        button.attr( 'aria-expanded', 'false' );
     1771                                } else {
     1772                                        button.attr( 'aria-expanded', 'true' );
     1773                                }
     1774                        });
     1775
     1776                        // Install theme.
     1777                        panel.container.on( 'click', '.theme-install', function( event ) {
     1778                                panel.installTheme( event );
     1779                        });
     1780
     1781                        // Update theme. Theme cards have the class, the details modal has the id.
     1782                        panel.container.on( 'click', '.update-theme, #update-theme', function( event ) {
     1783                                // #update-theme is a link.
     1784                                event.preventDefault();
     1785                                event.stopPropagation();
     1786
     1787                                panel.updateTheme( event );
     1788                        });
     1789
     1790                        // Update theme.
     1791                        panel.container.on( 'click', '.delete-theme', function( event ) {
     1792                                panel.deleteTheme( event );
     1793                        });
     1794
     1795                        _.bindAll( this, 'installTheme', 'updateTheme' );
     1796                },
     1797
     1798                /**
     1799                 * Update UI to reflect expanded state
     1800                 *
     1801                 * @since 4.7.0
     1802                 *
     1803                 * @param {Boolean}  expanded
     1804                 * @param {Object}   args
     1805                 * @param {Boolean}  args.unchanged
     1806                 * @param {Callback} args.completeCallback
     1807                 */
     1808                onChangeExpanded: function ( expanded, args ) {
     1809
     1810                        // Immediately call the complete callback if there were no changes
     1811                        if ( args.unchanged ) {
     1812                                if ( args.completeCallback ) {
     1813                                        args.completeCallback();
     1814                                }
     1815                                return;
     1816                        }
     1817
     1818                        // Note: there is a second argument 'args' passed
     1819                        var panel = this,
     1820                                section = panel.container.closest( '.accordion-section' ),
     1821                                overlay = section.closest( '.wp-full-overlay' ),
     1822                                customizeBtn = section.find( '.panel-meta .customize-theme' ),
     1823                                changeBtn = section.find( '.change-theme' ),
     1824                                content = section.find( '.control-panel-content' );
     1825
     1826                        if ( expanded ) {
     1827                                content.show( 0, function() {
     1828                                        overlay.addClass( 'in-themes-panel' );
     1829                                        section.addClass( 'current-panel' );
     1830                                        customizeBtn.attr( 'tabindex', '0' );
     1831                                        customizeBtn.focus();
     1832                                        if ( false === api.state( 'saved' ).get() ) {
     1833                                                panel.container.find( '.customize-themes-unsaved-changes' ).show();
     1834                                        }
     1835                                });
     1836                                // Automatically open the installed themes section.
     1837                                api.section( 'installed_themes' ).expand();
     1838                        } else {
     1839                                section.removeClass( 'current-panel' );
     1840                                overlay.removeClass( 'in-themes-panel' );
     1841                                content.delay( 200 ).hide( 0, function() {
     1842                                        if ( args.completeCallback ) {
     1843                                                args.completeCallback();
     1844                                        }
     1845                                } );
     1846                                customizeBtn.attr( 'tabindex', '-1' );
     1847                                changeBtn.focus();
     1848                        }
     1849                },
     1850
     1851                /**
     1852                 * Don't recalculate the top margin.
     1853                 *
     1854                 * @since 4.7.0
     1855                 * @private
     1856                 */
     1857                _recalculateTopMargin: function() {},
     1858
     1859                /**
     1860                 * Install a theme via wp.updates.
     1861                 *
     1862                 * @since 4.7.0
     1863                 */
     1864                installTheme: function( event ) {
     1865                        var preview = false, previewUrl,
     1866                            slug = $( event.target ).data( 'slug' );
     1867
     1868                        if ( -1 !== $.inArray( this.installingThemes, slug ) ) {
     1869                                return; // Theme is already being installed.
     1870                        }
     1871
     1872                        wp.updates.maybeRequestFilesystemCredentials( event );
     1873
     1874                        $( document ).on( 'wp-theme-install-success', function( event, response ) {
     1875                                var theme = false, customizeId, themeControl;
     1876                                if ( preview ) {
     1877                                        window.parent.location = previewUrl;
     1878                                } else {
     1879                                        api.control.each( function( control ) {
     1880                                                if ( 'theme' === control.params.type && control.params.theme.id === response.slug ) {
     1881                                                        theme = control.params.theme; // Used below to add theme control.
     1882                                                        control.rerenderAsInstalled( true );
     1883                                                }
     1884                                        });
     1885
     1886                                        // Don't add the same theme more than once.
     1887                                        if ( ! theme || 'undefined' !== typeof api.control( 'installed_theme_' + theme.id ) ) {
     1888                                                return;
     1889                                        }
     1890
     1891                                        // Add theme control to installed section.
     1892                                        theme.type = 'installed';
     1893                                        customizeId = 'installed_theme_' + theme.id;
     1894                                        themeControl = new api.controlConstructor.theme( customizeId, {
     1895                                                params: {
     1896                                                        type: 'theme',
     1897                                                        content: '<li id="customize-control-theme-installed_' + theme.id + '" class="customize-control customize-control-theme"></li>',
     1898                                                        section: 'installed_themes',
     1899                                                        active: true,
     1900                                                        theme: theme,
     1901                                                        priority: 0 // Add all newly-installed themes to the top.
     1902                                                },
     1903                                                previewer: api.previewer
     1904                                        } );
     1905
     1906                                        api.control.add( customizeId, themeControl );
     1907                                        api.control( customizeId ).container.trigger( 'render-screenshot' );
     1908
     1909                                        // Close the details modal if it's open to the installed theme.
     1910                                        api.section.each( function( section ) {
     1911                                                if ( 'themes' !== section.params.type ) {
     1912                                                        if ( theme.id === section.currentTheme ) { // Don't close the modal if the user has navigated elsewhere.
     1913                                                                section.closeDetails();
     1914                                                        }
     1915                                                }
     1916                                        });
     1917                                }
     1918                        } );
     1919
     1920                        $( document ).on( 'wp-theme-install-failure', function( event, response ) {
     1921                                if ( preview ) {
     1922                                        $( '.wp-full-overlay' ).removeClass( 'customize-loading' );
     1923                                }
     1924                        });
     1925
     1926                        this.installingThemes.push( $( event.target ).data( 'slug' ) ); // Note: we don't remove elements from installingThemes, since they shouldn't be installed again.
     1927                        wp.updates.installTheme( {
     1928                                slug: $( event.target ).data( 'slug' )
     1929                        } );
     1930                       
     1931                        // Also preview the theme as the event is triggered on Install & Preview.
     1932                        if ( $( event.target ).hasClass( 'preview' ) ) {
     1933                                preview = true;
     1934                                $( '.wp-full-overlay' ).addClass( 'customize-loading' );
     1935                                previewUrl = $( event.target ).data( 'previewurl' );
     1936                        }
     1937                },
     1938
     1939                /**
     1940                 * Update a theme via wp.updates.
     1941                 *
     1942                 * @since 4.7.0
     1943                 */
     1944                updateTheme: function( event ) {
     1945                        wp.updates.maybeRequestFilesystemCredentials( event );
     1946
     1947                        $( document ).on( 'wp-theme-update-success', function( event, response ) {
     1948                                // Rerender the control to reflect the update.
     1949                                api.control.each( function( control ) {
     1950                                        if ( 'theme' === control.params.type && control.params.theme.id === response.slug ) {
     1951                                                control.params.theme.hasUpdate = false;
     1952                                                control.rerenderAsInstalled( true );
     1953                                        }
     1954                                });
     1955                        } );
     1956
     1957                        wp.updates.updateTheme( {
     1958                                slug: $( event.target ).closest( '.notice' ).data( 'slug' )
     1959                        } );
     1960                },
     1961
     1962                /**
     1963                 * Delete a theme via wp.updates.
     1964                 *
     1965                 * @since 4.7.0
     1966                 */
     1967                deleteTheme: function( event ) {
     1968                        var panel = this,
     1969                                theme = $( event.target ).data( 'slug' ),
     1970                            section = api.section( 'installed_themes' );
     1971
     1972                        event.preventDefault();
     1973
     1974                        // Confirmation dialog for deleting a theme.
     1975                        if ( ! window.confirm( api.settings.l10n.confirmDeleteTheme ) ) {
     1976                                return;
     1977                        }
     1978
     1979                        wp.updates.maybeRequestFilesystemCredentials( event );
     1980
     1981                        $( document ).one( 'wp-theme-delete-success', function( event, response ) {
     1982                                var control = api.control( 'installed_theme_' + theme );
     1983
     1984                                // Remove theme control.
     1985                                control.container.remove();
     1986                                api.control.remove( control.id );
     1987                               
     1988                                // Update installed count.
     1989                                section.loaded = section.loaded - 1;
     1990                                section.updateCount();
     1991                               
     1992                                // Rerender any other theme controls as uninstalled.
     1993                                api.control.each( function( control ) {
     1994                                        if ( 'theme' === control.params.type && control.params.theme.id === theme ) {
     1995                                                control.rerenderAsInstalled( false );
     1996                                        }
     1997                                });
     1998                        } );
     1999
     2000                        wp.updates.deleteTheme( {
     2001                                slug: theme
     2002                        } );
     2003                       
     2004                        // Close modal and focus the section.
     2005                        section.closeDetails();
     2006                        section.focus();
     2007                }
     2008
     2009        });
     2010
     2011
     2012        /**
    14592013         * A Customizer Control.
    14602014         *
    14612015         * A control provides a UI element that allows a user to modify a Customizer Setting.
     
    27733327        api.ThemeControl = api.Control.extend({
    27743328
    27753329                touchDrag: false,
    2776                 isRendered: false,
     3330                screenshotRendered: false,
    27773331
    27783332                /**
    2779                  * Defer rendering the theme control until the section is displayed.
    2780                  *
    27813333                 * @since 4.2.0
    27823334                 */
    2783                 renderContent: function () {
    2784                         var control = this,
    2785                                 renderContentArgs = arguments;
    2786 
    2787                         api.section( control.section(), function( section ) {
    2788                                 if ( section.expanded() ) {
    2789                                         api.Control.prototype.renderContent.apply( control, renderContentArgs );
    2790                                         control.isRendered = true;
    2791                                 } else {
    2792                                         section.expanded.bind( function( expanded ) {
    2793                                                 if ( expanded && ! control.isRendered ) {
    2794                                                         api.Control.prototype.renderContent.apply( control, renderContentArgs );
    2795                                                         control.isRendered = true;
    2796                                                 }
    2797                                         } );
    2798                                 }
    2799                         } );
    2800                 },
    2801 
    2802                 /**
    2803                  * @since 4.2.0
    2804                  */
    28053335                ready: function() {
    28063336                        var control = this;
    28073337
     
    28213351                                }
    28223352
    28233353                                // Prevent the modal from showing when the user clicks the action button.
    2824                                 if ( $( event.target ).is( '.theme-actions .button' ) ) {
     3354                                if ( $( event.target ).is( '.theme-actions .button, .update-theme' ) ) {
    28253355                                        return;
    28263356                                }
    28273357
    2828                                 var previewUrl = $( this ).data( 'previewUrl' );
    2829 
    2830                                 $( '.wp-full-overlay' ).addClass( 'customize-loading' );
    2831 
    2832                                 window.parent.location = previewUrl;
    2833                         });
    2834 
    2835                         control.container.on( 'click keydown', '.theme-actions .theme-details', function( event ) {
    2836                                 if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    2837                                         return;
    2838                                 }
    2839 
    2840                                 event.preventDefault(); // Keep this AFTER the key filter above
    2841 
    28423358                                api.section( control.section() ).showDetails( control.params.theme );
    28433359                        });
    28443360
     
    28493365                                if ( source ) {
    28503366                                        $screenshot.attr( 'src', source );
    28513367                                }
     3368                                control.screenshotRendered = true;
    28523369                        });
    28533370                },
    28543371
    28553372                /**
    2856                  * Show or hide the theme based on the presence of the term in the title, description, and author.
     3373                 * Show or hide the theme based on the presence of the term in the title, description, tags, and author.
    28573374                 *
    28583375                 * @since 4.2.0
    28593376                 */
     
    28693386                        } else {
    28703387                                control.deactivate();
    28713388                        }
     3389                },
     3390
     3391                /**
     3392                 * Rerender the theme from its JS template with the installed type.
     3393                 *
     3394                 * @since 4.7.0
     3395                 */
     3396                rerenderAsInstalled: function( installed ) {
     3397                        var control = this, section;
     3398                        if ( installed ) {
     3399                                control.params.theme.type = 'installed';
     3400                        } else {
     3401                                section = api.section( control.params.section );
     3402                                control.params.theme.type = section.params.action;
     3403                        }
     3404                        control.renderContent(); // replaces existing content
     3405                        control.container.trigger( 'render-screenshot' );
    28723406                }
    28733407        });
    28743408
     
    34323966                background:    api.BackgroundControl,
    34333967                theme:         api.ThemeControl
    34343968        };
    3435         api.panelConstructor = {};
     3969        api.panelConstructor = {
     3970                themes: api.ThemesPanel
     3971        };
    34363972        api.sectionConstructor = {
    34373973                themes: api.ThemesSection
    34383974        };
     
    40274563                        // Collapse the most granular expanded object.
    40284564                        collapsedObject = expandedControls[0] || expandedSections[0] || expandedPanels[0];
    40294565                        if ( collapsedObject ) {
     4566                                if ( 'themes' === collapsedObject.params.type ) {
     4567                                        // Themes panel or section.
     4568                                        if ( $( 'body' ).hasClass( 'modal-open' ) ) {
     4569                                                collapsedObject.closeDetails();
     4570                                        } else {
     4571                                                // If we're collapsing a section, collapse the panel also.
     4572                                                wp.customize.panel( 'themes' ).collapse();
     4573                                        }
     4574                                        return;
     4575                                }
    40304576                                collapsedObject.collapse();
    40314577                                event.preventDefault();
    40324578                        }
  • src/wp-admin/js/updates.js

     
    179179                if ( $notice.length ) {
    180180                        $notice.replaceWith( $adminNotice );
    181181                } else {
    182                         $( '.wrap' ).find( '> h1' ).after( $adminNotice );
     182                        if ( 'customize' === pagenow ) {
     183                                $( '.customize-themes-notifications' ).append( $adminNotice );
     184                        } else {
     185                                $( '.wrap' ).find( '> h1' ).after( $adminNotice );
     186                        }
    183187                }
    184188
    185189                $document.trigger( 'wp-updates-notice-added' );
     
    907911                if ( 'themes-network' === pagenow ) {
    908912                        $notice = $( '[data-slug="' + args.slug + '"]' ).find( '.update-message' ).removeClass( 'notice-error' ).addClass( 'updating-message notice-warning' ).find( 'p' );
    909913
     914                } else if ( 'customize' === pagenow ) {
     915                        // Update the theme details UI.
     916                        $notice = $( '#update-theme' ).closest( '.notice' ).removeClass( 'notice-large' );
     917
     918                        $notice.find( 'h3' ).remove();
     919
     920                        // Add the top-level UI, and update both.
     921                        $notice = $notice.add( $( '#customize-control-theme-installed_' + args.slug ).find( '.update-message' ) );
     922                        $notice = $notice.addClass( 'updating-message' ).find( 'p' );
     923
    910924                } else {
    911925                        $notice = $( '#update-theme' ).closest( '.notice' ).removeClass( 'notice-large' );
    912926
     
    949963                        },
    950964                        $notice, newText;
    951965
     966                if ( 'customize' === pagenow ) {
     967                        $theme = wp.customize.control( 'installed_theme_' + response.slug ).container;
     968                }
     969
    952970                if ( 'themes-network' === pagenow ) {
    953971                        $notice = $theme.find( '.update-message' );
    954972
     
    10031021                        return;
    10041022                }
    10051023
     1024                if ( 'customize' === pagenow ) {
     1025                        $theme = wp.customize.control( 'installed_theme_' + response.slug ).container;
     1026                }
     1027
    10061028                if ( 'themes-network' === pagenow ) {
    10071029                        $notice = $theme.find( '.update-message ' );
    10081030                } else {
     
    11391161                        return;
    11401162                }
    11411163
    1142                 if ( $document.find( 'body' ).hasClass( 'full-overlay-active' ) ) {
    1143                         $button = $( '.theme-install[data-slug="' + response.slug + '"]' );
    1144                         $card   = $( '.install-theme-info' ).prepend( $message );
     1164                if ( 'customize' === pagenow ) {
     1165                        if ( $document.find( 'body' ).hasClass( 'modal-open' ) ) {
     1166                                $button = $( '.theme-install[data-slug="' + response.slug + '"]' );
     1167                                $card   = $( '.theme-overlay .theme-info' ).prepend( $message );
     1168                        } else {
     1169                                $button = $( '.theme-install[data-slug="' + response.slug + '"]' );
     1170                                $card   = $button.closest( '.theme' ).addClass( 'theme-install-failed' ).append( $message );
     1171                        }
    11451172                } else {
    1146                         $card   = $( '[data-slug="' + response.slug + '"]' ).removeClass( 'focus' ).addClass( 'theme-install-failed' ).append( $message );
    1147                         $button = $card.find( '.theme-install' );
     1173                        if ( $document.find( 'body' ).hasClass( 'full-overlay-active' ) ) {
     1174                                $button = $( '.theme-install[data-slug="' + response.slug + '"]' );
     1175                                $card   = $( '.install-theme-info' ).prepend( $message );
     1176                        } else {
     1177                                $card   = $( '[data-slug="' + response.slug + '"]' ).removeClass( 'focus' ).addClass( 'theme-install-failed' ).append( $message );
     1178                                $button = $card.find( '.theme-install' );
     1179                        }
    11481180                }
    11491181
    11501182                $button
  • src/wp-includes/class-wp-customize-manager.php

     
    230230
    231231                require_once( ABSPATH . WPINC . '/customize/class-wp-customize-nav-menus-panel.php' );
    232232
     233                require_once( ABSPATH . WPINC . '/customize/class-wp-customize-themes-panel.php' );
    233234                require_once( ABSPATH . WPINC . '/customize/class-wp-customize-themes-section.php' );
    234235                require_once( ABSPATH . WPINC . '/customize/class-wp-customize-sidebar-section.php' );
    235236                require_once( ABSPATH . WPINC . '/customize/class-wp-customize-nav-menu-section.php' );
     
    289290
    290291                add_action( 'wp_ajax_customize_save',           array( $this, 'save' ) );
    291292                add_action( 'wp_ajax_customize_refresh_nonces', array( $this, 'refresh_nonces' ) );
     293                add_action( 'wp_ajax_customize-load-themes',    array( $this, 'load_themes_ajax' ) );
    292294
    293295                add_action( 'customize_register',                 array( $this, 'register_controls' ) );
    294296                add_action( 'customize_register',                 array( $this, 'register_dynamic_settings' ), 11 ); // allow code to create settings first
     
    302304
    303305                // Export the settings to JS via the _wpCustomizeSettings variable.
    304306                add_action( 'customize_controls_print_footer_scripts', array( $this, 'customize_pane_settings' ), 1000 );
     307
     308                // Add theme update notices.
     309                if ( current_user_can( 'install_themes' ) || current_user_can( 'update_themes' ) ) {
     310                        require_once( ABSPATH . '/wp-admin/includes/update.php' );
     311                        add_action( 'customize_controls_print_footer_scripts', 'wp_print_admin_notice_templates' );
     312                }
    305313        }
    306314
    307315        /**
     
    16261634                foreach ( $this->controls as $control ) {
    16271635                        $control->enqueue();
    16281636                }
     1637                if ( ! is_multisite() && ( current_user_can( 'install_themes' ) || current_user_can( 'update_themes' ) || current_user_can( 'delete_themes' ) ) ) {
     1638                        wp_enqueue_script( 'updates' );
     1639                }
    16291640        }
    16301641
    16311642        /**
     
    17791790                $nonces = array(
    17801791                        'save' => wp_create_nonce( 'save-customize_' . $this->get_stylesheet() ),
    17811792                        'preview' => wp_create_nonce( 'preview-customize_' . $this->get_stylesheet() ),
     1793                        'customize-themes' => wp_create_nonce( 'customize-themes' ),
    17821794                );
    17831795
    17841796                /**
     
    18591871                        'autofocus' => $this->get_autofocus(),
    18601872                        'documentTitleTmpl' => $this->get_document_title_template(),
    18611873                        'previewableDevices' => $this->get_previewable_devices(),
     1874                        'l10n' => array(
     1875                                'confirmDeleteTheme' => __( 'Are you sure you want to delete this theme?' ),
     1876                                /* translators: %d is the number of theme search results, which cannot consider singular vs. plural forms */
     1877                                'themeSearchResults' => __( '%d themes found' ),
     1878                        ),
    18621879                );
    18631880
    18641881                // Prepare Customize Section objects to pass to JavaScript.
     
    19621979
    19631980                /* Panel, Section, and Control Types */
    19641981                $this->register_panel_type( 'WP_Customize_Panel' );
     1982                $this->register_panel_type( 'WP_Customize_Themes_Panel' );
    19651983                $this->register_section_type( 'WP_Customize_Section' );
    19661984                $this->register_section_type( 'WP_Customize_Sidebar_Section' );
     1985                $this->register_section_type( 'WP_Customize_Themes_Section' );
    19671986                $this->register_control_type( 'WP_Customize_Color_Control' );
    19681987                $this->register_control_type( 'WP_Customize_Media_Control' );
    19691988                $this->register_control_type( 'WP_Customize_Upload_Control' );
     
    19731992                $this->register_control_type( 'WP_Customize_Site_Icon_Control' );
    19741993                $this->register_control_type( 'WP_Customize_Theme_Control' );
    19751994
    1976                 /* Themes */
     1995                /* Themes (controls are loaded via ajax) */
    19771996
    1978                 $this->add_section( new WP_Customize_Themes_Section( $this, 'themes', array(
     1997                $this->add_panel( new WP_Customize_Themes_Panel( $this, 'themes', array(
    19791998                        'title'      => $this->theme()->display( 'Name' ),
     1999                        'description' => __( 'Once themes are installed, you can live-preview them on your site, customize them, and publish your new design. Browse available themes via the categories in this menu or upload a theme from a <code>.zip</code> file.' ),
    19802000                        'capability' => 'switch_themes',
    19812001                        'priority'   => 0,
    19822002                ) ) );
    19832003
    1984                 // Themes Setting (unused - the theme is considerably more fundamental to the Customizer experience).
    1985                 $this->add_setting( new WP_Customize_Filter_Setting( $this, 'active_theme', array(
     2004                $this->add_section( new WP_Customize_Themes_Section( $this, 'installed_themes', array(
     2005                        'title'      => __( 'Installed' ),
     2006                        'action'     => 'installed',
    19862007                        'capability' => 'switch_themes',
     2008                        'panel'      => 'themes',
     2009                        'priority'   => 0,
    19872010                ) ) );
    19882011
    1989                 require_once( ABSPATH . 'wp-admin/includes/theme.php' );
     2012                $this->add_section( new WP_Customize_Themes_Section( $this, 'featured_themes', array(
     2013                        'title'      => __( 'Featured' ),
     2014                        'action'     => 'featured',
     2015                        'capability' => 'install_themes',
     2016                        'panel'      => 'themes',
     2017                        'priority'   => 5,
     2018                ) ) );
    19902019
    1991                 // Theme Controls.
     2020                $this->add_section( new WP_Customize_Themes_Section( $this, 'popular_themes', array(
     2021                        'title'      => __( 'Popular' ),
     2022                        'action'     => 'popular',
     2023                        'capability' => 'install_themes',
     2024                        'panel'      => 'themes',
     2025                        'priority'   => 10,
     2026                ) ) );
    19922027
    1993                 // Add a control for the active/original theme.
    1994                 if ( ! $this->is_theme_active() ) {
    1995                         $themes = wp_prepare_themes_for_js( array( wp_get_theme( $this->original_stylesheet ) ) );
    1996                         $active_theme = current( $themes );
    1997                         $active_theme['isActiveTheme'] = true;
    1998                         $this->add_control( new WP_Customize_Theme_Control( $this, $active_theme['id'], array(
    1999                                 'theme'    => $active_theme,
    2000                                 'section'  => 'themes',
    2001                                 'settings' => 'active_theme',
    2002                         ) ) );
    2003                 }
     2028                $this->add_section( new WP_Customize_Themes_Section( $this, 'latest_themes', array(
     2029                        'title'      => __( 'Latest' ),
     2030                        'action'     => 'latest',
     2031                        'capability' => 'install_themes',
     2032                        'panel'      => 'themes',
     2033                        'priority'   => 15,
     2034                ) ) );
    20042035
    2005                 $themes = wp_prepare_themes_for_js();
    2006                 foreach ( $themes as $theme ) {
    2007                         if ( $theme['active'] || $theme['id'] === $this->original_stylesheet ) {
    2008                                 continue;
    2009                         }
     2036                $this->add_section( new WP_Customize_Themes_Section( $this, 'favorites_themes', array(
     2037                        'title'      => __( 'Favorites' ),
     2038                        'action'     => 'favorites',
     2039                        'capability' => 'install_themes',
     2040                        'panel'      => 'themes',
     2041                        'priority'   => 20,
     2042                ) ) );
     2043               
     2044                $this->add_section( new WP_Customize_Themes_Section( $this, 'feature_filter_themes', array(
     2045                        'title'      => __( 'Feature Filter' ),
     2046                        'action'     => 'feature_filter',
     2047                        'capability' => 'install_themes',
     2048                        'panel'      => 'themes',
     2049                        'priority'   => 25,
     2050                ) ) );
     2051               
     2052                $this->add_section( new WP_Customize_Themes_Section( $this, 'search_themes', array(
     2053                        'title'      => __( 'Search themes&hellip;' ),
     2054                        'action'     => 'search',
     2055                        'capability' => 'install_themes',
     2056                        'panel'      => 'themes',
     2057                        'priority'   => 30,
     2058                ) ) );
     2059               
     2060                // Themes Setting (unused - the theme is considerably more fundamental to the Customizer experience).
     2061                $this->add_setting( new WP_Customize_Filter_Setting( $this, 'active_theme', array(
     2062                        'capability' => 'switch_themes',
     2063                ) ) );
    20102064
    2011                         $theme_id = 'theme_' . $theme['id'];
    2012                         $theme['isActiveTheme'] = false;
    2013                         $this->add_control( new WP_Customize_Theme_Control( $this, $theme_id, array(
    2014                                 'theme'    => $theme,
    2015                                 'section'  => 'themes',
    2016                                 'settings' => 'active_theme',
    2017                         ) ) );
    2018                 }
    20192065
    20202066                /* Site Identity */
    20212067
     
    23432389        }
    23442390
    23452391        /**
     2392         * Load themes into the theme browsing/installation UI.
     2393         *
     2394         * @since 4.7.0
     2395         * @access public
     2396         */
     2397        public function load_themes_ajax() {
     2398                check_ajax_referer( 'customize-themes', 'customize-themes-nonce' );
     2399
     2400                if ( ! current_user_can( 'switch_themes' ) ) {
     2401                        wp_die( -1 );
     2402                }
     2403
     2404                if ( empty( $_POST['theme_action'] ) ) {
     2405                        wp_send_json_error( 'missing_theme_action' );
     2406                }
     2407
     2408                if ( 'search' === $_POST['theme_action'] && ! array_key_exists( 'search', $_POST ) ) {
     2409                        wp_send_json_error( 'empty_search' );
     2410                } elseif ( 'favorites' === $_POST['theme_action'] && ! array_key_exists( 'user', $_POST ) ) {
     2411                        wp_send_json_error( 'empty_user' );
     2412                } elseif ( 'feature_filter' === $_POST['theme_action'] && ! array_key_exists( 'tags', $_POST ) ) {
     2413                        wp_send_json_error( 'no_features' );
     2414                }
     2415
     2416                require_once( ABSPATH . 'wp-admin/includes/theme.php' );
     2417                if ( 'installed' === $_POST['theme_action'] ) {
     2418                        $themes = array( 'themes' => wp_prepare_themes_for_js() );
     2419                        foreach ( $themes['themes'] as &$theme ) {
     2420                                $theme['type'] = 'installed';
     2421                                // Set active based on customized theme.
     2422                                if ( $_POST['customized_theme'] === $theme['id'] ) {
     2423                                        $theme['active'] = true;
     2424                                } else {
     2425                                        $theme['active'] = false;
     2426                                }
     2427                        }
     2428                } else {
     2429                        if ( ! current_user_can( 'install_themes' ) ) {
     2430                                wp_die( -1 );
     2431                        }
     2432
     2433                        // Arguments for all queries.
     2434                        $args = array(
     2435                                'per_page' => 100,
     2436                                'page' => absint( $_POST['page'] ),
     2437                                'fields' => array(
     2438                                        'slug' => true,
     2439                                        'screenshot' => true,
     2440                                        'description' => true,
     2441                                        'requires' => true,
     2442                                        'rating' => true,
     2443                                        'downloaded' => true,
     2444                                        'downloadLink' => true,
     2445                                        'last_updated' => true,
     2446                                        'homepage' => true,
     2447                                        'num_ratings' => true,
     2448                                        'tags' => true,
     2449                                )
     2450                        );
     2451
     2452                        // Specialized handling for each query.
     2453                        switch ( $_POST['theme_action'] ) {
     2454                                case 'search':
     2455                                        $args['search'] = wp_unslash( $_POST['search'] );
     2456                                        break;
     2457                                case 'favorites':
     2458                                        $args['user'] = wp_unslash(  $_POST['user'] );
     2459                                case 'featured':
     2460                                case 'popular':
     2461                                        $args['browse'] = $_POST['theme_action'];
     2462                                        break;
     2463                                case 'latest':
     2464                                        $args['browse'] = 'new';
     2465                                        break;
     2466                                case 'feature_filter':
     2467                                        $args['tag'] = wp_unslash( $_POST['tags'] );
     2468                                        break;
     2469                        }
     2470
     2471                        // Load themes from the .org API.
     2472                        $themes = themes_api( 'query_themes', $args );
     2473                        if ( is_wp_error( $themes ) ) {
     2474                                wp_send_json_error();
     2475                        }
     2476
     2477                        // Prepare a list of installed themes to check against before the loop.
     2478                        $installed_themes = array();
     2479                        $wp_themes = wp_get_themes();
     2480                        foreach ( $wp_themes as $theme ) {
     2481                                $installed_themes[] = $theme->get_stylesheet();
     2482                        }
     2483                        $update_php = network_admin_url( 'update.php?action=install-theme' );
     2484                        foreach ( $themes->themes as &$theme ) {
     2485                                $theme->install_url = add_query_arg( array(
     2486                                        'theme'    => $theme->slug,
     2487                                        '_wpnonce' => wp_create_nonce( 'install-theme_' . $theme->slug )
     2488                                ), $update_php );
     2489
     2490                                $theme->name        = wp_kses( $theme->name, $themes_allowedtags );
     2491                                $theme->author      = wp_kses( $theme->author, $themes_allowedtags );
     2492                                $theme->version     = wp_kses( $theme->version, $themes_allowedtags );
     2493                                $theme->description = wp_kses( $theme->description, $themes_allowedtags );
     2494                                $theme->tags        = implode( ', ', $theme->tags );
     2495                                $theme->stars       = wp_star_rating( array( 'rating' => $theme->rating, 'type' => 'percent', 'number' => $theme->num_ratings, 'echo' => false ) );
     2496                                $theme->num_ratings = number_format_i18n( $theme->num_ratings );
     2497                                $theme->preview_url = set_url_scheme( $theme->preview_url );
     2498
     2499                                // Handle themes that are already installed as installed themes.
     2500                                if ( in_array( $theme->slug, $installed_themes ) ) {
     2501                                        $theme->type = 'installed';
     2502                                } else {
     2503                                        $theme->type = $_POST['theme_action'];
     2504                                }
     2505
     2506                                // Set active based on customized theme.
     2507                                if ( $_POST['customized_theme'] === $theme->slug ) {
     2508                                        $theme->active = true;
     2509                                } else {
     2510                                        $theme->active = false;
     2511                                }
     2512
     2513                                // Map available theme properties to installed theme properties.
     2514                                $theme->id           = $theme->slug;
     2515                                $theme->screenshot   = array( $theme->screenshot_url );
     2516                                $theme->authorAndUri = $theme->author;
     2517                                unset( $theme->slug );
     2518                                unset( $theme->screenshot_url );
     2519                                unset( $theme->author );
     2520                        }
     2521                }
     2522                wp_send_json_success( $themes );
     2523        }
     2524
     2525
     2526        /**
    23462527         * Callback for validating the header_textcolor value.
    23472528         *
    23482529         * Accepts 'blank', and otherwise uses sanitize_hex_color_no_hash().
  • src/wp-includes/customize/class-wp-customize-theme-control.php

     
    6767                $preview_url = esc_url( add_query_arg( 'theme', '__THEME__', $current_url ) ); // Token because esc_url() strips curly braces.
    6868                $preview_url = str_replace( '__THEME__', '{{ data.theme.id }}', $preview_url );
    6969                ?>
    70                 <# if ( data.theme.isActiveTheme ) { #>
    71                         <div class="theme active" tabindex="0" data-preview-url="<?php echo esc_attr( $active_url ); ?>" aria-describedby="{{ data.theme.id }}-action {{ data.theme.id }}-name">
     70                <# if ( data.theme.active ) { #>
     71                        <div class="theme active" tabindex="0" aria-describedby="{{ data.theme.id }}-action {{ data.theme.id }}-name">
    7272                <# } else { #>
    73                         <div class="theme" tabindex="0" data-preview-url="<?php echo esc_attr( $preview_url ); ?>" aria-describedby="{{ data.theme.id }}-action {{ data.theme.id }}-name">
     73                        <div class="theme" tabindex="0" aria-describedby="{{ data.theme.id }}-action {{ data.theme.id }}-name">
    7474                <# } #>
    7575
    76                         <# if ( data.theme.screenshot[0] ) { #>
     76                        <# if ( data.theme.screenshot && data.theme.screenshot[0] ) { #>
    7777                                <div class="theme-screenshot">
    7878                                        <img data-src="{{ data.theme.screenshot[0] }}" alt="" />
    7979                                </div>
     
    8181                                <div class="theme-screenshot blank"></div>
    8282                        <# } #>
    8383
    84                         <# if ( data.theme.isActiveTheme ) { #>
    85                                 <span class="more-details" id="{{ data.theme.id }}-action"><?php _e( 'Customize' ); ?></span>
    86                         <# } else { #>
    87                                 <span class="more-details" id="{{ data.theme.id }}-action"><?php _e( 'Live Preview' ); ?></span>
     84                        <span class="more-details theme-details" id="{{ data.theme.id }}-action"><?php _e( 'Theme Details' ); ?></span>
     85
     86
     87                        <# if ( 'installed' === data.theme.type && data.theme.hasUpdate ) { #>
     88                                <div class="update-message notice inline notice-warning notice-alt" data-slug="{{ data.theme.id }}"><p><?php _e( 'New version available. <button class="button-link update-theme" type="button">Update now</button>' ); ?></p></div>
    8889                        <# } #>
    8990
    90                         <div class="theme-author"><?php printf( __( 'By %s' ), '{{ data.theme.author }}' ); ?></div>
    91 
    92                         <# if ( data.theme.isActiveTheme ) { #>
     91                        <# if ( data.theme.active ) { #>
    9392                                <h3 class="theme-name" id="{{ data.theme.id }}-name">
    9493                                        <?php
    9594                                        /* translators: %s: theme name */
    96                                         printf( __( '<span>Active:</span> %s' ), '{{{ data.theme.name }}}' );
     95                                        printf( __( '<span>Current:</span> %s' ), '{{ data.theme.name }}' );
    9796                                        ?>
    9897                                </h3>
     98                                <div class="theme-actions">
     99                                        <button type="button" class="button button-primary customize-theme"><?php _e( 'Customize' ); ?></span>
     100                        <# } else if ( 'installed' === data.theme.type ) { #>
     101                                <h3 class="theme-name" id="{{ data.theme.id }}-name">{{ data.theme.name }}</h3>
     102                                <div class="theme-actions">
     103                                        <button type="button" class="button button-primary preview-theme" data-preview-url="<?php echo esc_attr( $preview_url ); ?>"><?php _e( 'Live Preview' ); ?></span>
     104                                </div>
     105                                <div class="notice notice-success notice-alt"><p><?php _e( 'Installed' ); ?></p></div>
    99106                        <# } else { #>
    100                                 <h3 class="theme-name" id="{{ data.theme.id }}-name">{{{ data.theme.name }}}</h3>
     107                                <h3 class="theme-name" id="{{ data.theme.id }}-name">{{ data.theme.name }}</h3>
    101108                                <div class="theme-actions">
    102                                         <button type="button" class="button theme-details"><?php _e( 'Theme Details' ); ?></button>
     109                                        <button type="button" class="button theme-install" data-slug="{{ data.theme.id }}"><?php _e( 'Install' ); ?></button>
     110                                        <button type="button" class="button button-primary theme-install preview" data-slug="{{ data.theme.id }}" data-previewurl="<?php echo esc_attr( $preview_url ); ?>"><?php _e( 'Install & Preview' ); ?></button>
    103111                                </div>
    104                         <# } #>
     112                        <# } #>                 
    105113                </div>
    106114        <?php
    107115        }
  • src/wp-includes/customize/class-wp-customize-themes-panel.php

     
     1<?php
     2/**
     3 * Customize API: WP_Customize_Themes_Panel class
     4 *
     5 * @package WordPress
     6 * @subpackage Customize
     7 * @since 4.7.0
     8 */
     9
     10/**
     11 * Customize Themes Panel Class
     12 *
     13 * @since 4.7.0
     14 *
     15 * @see WP_Customize_Panel
     16 */
     17class WP_Customize_Themes_Panel extends WP_Customize_Panel {
     18
     19        /**
     20         * Panel type.
     21         *
     22         * @since 4.7.0
     23         * @access public
     24         * @var string
     25         */
     26        public $type = 'themes';
     27
     28        /**
     29         * An Underscore (JS) template for rendering this panel's container.
     30         *
     31         * The themes panel renders a custom panel heading with the current theme and a switch themes button.
     32         *
     33         * @see WP_Customize_Panel::print_template()
     34         *
     35         * @since 4.7.0
     36         * @access protected
     37         */
     38        protected function render_template() {
     39                ?>
     40                <li id="accordion-section-{{ data.id }}" class="accordion-section control-panel-themes">
     41                        <h3 class="accordion-section-title">
     42                                <?php
     43                                if ( $this->manager->is_theme_active() ) {
     44                                        echo '<span class="customize-action">' . __( 'Active theme' ) . '</span> {{ data.title }}';
     45                                } else {
     46                                        echo '<span class="customize-action">' . __( 'Previewing theme' ) . '</span> {{ data.title }}';
     47                                }
     48                                ?>
     49
     50                                <?php
     51                                if ( current_user_can( 'switch_themes' ) ) : ?>
     52                                        <button type="button" class="button change-theme"><?php _ex( 'Change', 'theme' ); ?></button>
     53                                <?php endif; ?>
     54                        </h3>
     55                        <ul class="accordion-sub-container control-panel-content"></ul>
     56                </li>
     57                <?php
     58        }
     59
     60        /**
     61         * An Underscore (JS) template for this panel's content (but not its container).
     62         *
     63         * Class variables for this panel class are available in the `data` JS object;
     64         * export custom variables by overriding WP_Customize_Panel::json().
     65         *
     66         * @since 4.7.0
     67         * @access protected
     68         *
     69         * @see WP_Customize_Panel::print_template()
     70         */
     71        protected function content_template() {
     72                ?>
     73                <li class="panel-meta accordion-section customize-info">
     74                        <div class="current-theme">
     75                                <span class="preview-notice">
     76                                        <?php
     77                                        /* translators: %s: the site/panel title in the Customizer */
     78                                        printf( __( 'Current Theme %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
     79                                        ?>
     80                                </span>
     81                                <button type="button" class="button customize-theme" tabindex="-1"><?php _e( 'Customize' ); ?></button>
     82                        </div>
     83                        <h2><?php _e( 'Themes' ); ?></h2>
     84                        <?php if ( current_user_can( 'install_themes' ) ) : ?>
     85                                <button type="button" class="upload-toggle page-title-action" aria-expanded="false"><?php _e( 'Upload Theme' ); ?></button>
     86                        <?php endif; ?>
     87                </li>
     88                <li class="upload-theme">
     89                        <?php if ( current_user_can( 'install_themes' ) ) : ?>
     90                                <p class="install-help"><?php _e( 'If you have a theme in a <code>.zip</code> format, you may install it by uploading it here.' ); ?></p>
     91                                <div class="wp-upload-form">
     92                                        <input type="file" id="themezip" name="themezip"><label class="screen-reader-text" for="themezip"><?php _e( 'Theme zip file' ); ?></label>
     93                                        <button type="button" id="upload-theme-submit" class="button"><?php _e( 'Install Now' ); ?></button>
     94                                </div>
     95                        <?php endif; ?>
     96                        </div>
     97                </li>
     98                <li id="customize-container"></li><?php // Used as a full-screen overlay transition after clicking to preview a theme. ?>
     99                <li class="customize-themes-notifications">
     100                        <div class="notice notice-warning customize-themes-unsaved-changes" style="display: none;"><p>
     101                                <?php _e( 'You have unsaved changes that will be lost if you preview a new theme.' ); ?>
     102                                <button type="button" id="customize-themes-save" class="button" ><?php _e( 'Save & Publish' ); ?></button>
     103                        </p></div>
     104                </li>
     105                <li id="customize-theme-section-navigation" class="wp-filter">
     106                        <div class="filter-count"><span class="count theme-count">0</span></div>
     107                        <?php if ( current_user_can( 'install_themes' ) && ! is_multisite() ) : ?>
     108                                <# if ( data.description ) { #>
     109                                        <button class="customize-help-toggle dashicons dashicons-editor-help" type="button" aria-expanded="false"><span class="screen-reader-text"><?php _e( 'Help' ); ?></span></button>
     110                                        <div class="description customize-panel-description">
     111                                                {{{ data.description }}}
     112                                        </div>
     113                                <# } #>
     114                                <div class="filter-links"></div>
     115                        <?php else: ?>
     116                                <p class="themes-filter-container">
     117                                        <label for="themes-filter">
     118                                                <span class="screen-reader-text"><?php _e( 'Search installed themes&hellip;' ); ?></span>
     119                                                <input type="text" id="themes-filter" placeholder="<?php esc_attr_e( 'Search installed themes&hellip;' ); ?>" />
     120                                        </label>
     121                                </p>
     122                        <?php endif; ?>
     123                </li>
     124        <?php
     125        }
     126}
  • src/wp-includes/customize/class-wp-customize-themes-section.php

     
    1010/**
    1111 * Customize Themes Section class.
    1212 *
    13  * A UI container for theme controls, which behaves like a backwards Panel.
     13 * A UI container for theme controls, which are displayed in tabbed sections.
    1414 *
    1515 * @since 4.2.0
    1616 *
     
    2828        public $type = 'themes';
    2929
    3030        /**
    31          * Render the themes section, which behaves like a panel.
     31         * Theme section action.
    3232         *
    33          * @since 4.2.0
     33         * Defines the type of themes to load (installed, featured, latest, etc.).
     34         *
     35         * @since 4.7.0
     36         * @access public
     37         * @var string
     38         */
     39        public $action = '';
     40
     41        /**
     42         * Get section parameters for JS.
     43         *
     44         * @since 4.7.0
     45         * @access public
     46         * @return array Exported parameters.
     47         */
     48        public function json() {
     49                $exported = parent::json();
     50                $exported['action'] = $this->action;
     51
     52                return $exported;
     53        }
     54
     55        /**
     56         * Render a themes section as a JS template.
     57         *
     58         * The template is only rendered by PHP once, so all actions are prepared at once on the server side.
     59         *
     60         * @since 4.7.0
    3461         * @access protected
    3562         */
    36         protected function render() {
    37                 $classes = 'accordion-section control-section control-section-' . $this->type;
     63        protected function render_template() {
    3864                ?>
    39                 <li id="accordion-section-<?php echo esc_attr( $this->id ); ?>" class="<?php echo esc_attr( $classes ); ?>">
    40                         <h3 class="accordion-section-title">
    41                                 <?php
    42                                 if ( $this->manager->is_theme_active() ) {
    43                                         echo '<span class="customize-action">' . __( 'Active theme' ) . '</span> ' . $this->title;
    44                                 } else {
    45                                         echo '<span class="customize-action">' . __( 'Previewing theme' ) . '</span> ' . $this->title;
    46                                 }
    47                                 ?>
    48 
    49                                 <?php if ( count( $this->controls ) > 0 ) : ?>
    50                                         <button type="button" class="button change-theme" tabindex="0"><?php _ex( 'Change', 'theme' ); ?></button>
    51                                 <?php endif; ?>
    52                         </h3>
    53                         <div class="customize-themes-panel control-panel-content themes-php">
    54                                 <h3 class="accordion-section-title customize-section-title">
    55                                         <span class="customize-action"><?php _e( 'Customizing' ); ?></span>
    56                                         <?php _e( 'Themes' ); ?>
    57                                         <span class="title-count theme-count"><?php echo count( $this->controls ) + 1 /* Active theme */; ?></span>
    58                                 </h3>
    59                                 <h3 class="accordion-section-title customize-section-title">
     65                <li id="accordion-section-{{ data.id }}" class="theme-section">
     66                        <# if ( 'search' === data.action ) { #>
     67                                <div class="search-form customize-themes-section-title themes-section-search_themes">
     68                                        <label class="screen-reader-text" for="wp-filter-search-input">{{ data.title }}</label>
     69                                        <input placeholder="{{ data.title }}" type="search" aria-describedby="live-search-desc" id="wp-filter-search-input" class="wp-filter-search">
     70                                        <span id="live-search-desc" class="screen-reader-text"><?php _e( 'The search results will be updated as you type.' ); ?></span>
     71                                </div>
     72                        <# } else { #>
     73                                <button type="button" class="customize-themes-section-title themes-section-{{ data.id }}">{{ data.title }}</button>
     74                        <# } #>
     75                        <div class="customize-themes-section control-section-content themes-php">
     76                                <# if ( 'favorites' === data.action ) { #>
     77                                        <div class="favorites-form">
     78                                                <p class="install-help"><?php _e( 'If you have marked themes as favorites on WordPress.org, you can browse them here.' ); ?></p>
     79                                                <p>
     80                                                        <label for="wporg-username-input"><?php _e( 'Your WordPress.org username:' ); ?></label>
     81                                                        <input type="search" id="wporg-username-input" value="">
     82                                                        <button type="button" class="button button-secondary favorites-form-submit"><?php _e( 'Get Favorites' ); ?></button>
     83                                                </p>
     84                                        </div>
     85                                <# } else if ( 'feature_filter' === data.action ) { #>
     86                                        <div class="filter-drawer">
     87                                                <div class="buttons">
     88                                                        <button type="button" class="apply-filters button button-secondary"><?php _e( 'Apply Filters' ); ?><span></span></a>
     89                                                        <button type="button" class="clear-filters button button-secondary"><?php _e( 'Clear' ); ?></a>
     90                                                </div>
    6091                                        <?php
    61                                         if ( $this->manager->is_theme_active() ) {
    62                                                 echo '<span class="customize-action">' . __( 'Active theme' ) . '</span> ' . $this->title;
    63                                         } else {
    64                                                 echo '<span class="customize-action">' . __( 'Previewing theme' ) . '</span> ' . $this->title;
     92                                        $feature_list = get_theme_feature_list();
     93                                        foreach ( $feature_list as $feature_name => $features ) {
     94                                                echo '<fieldset class="filter-group">';
     95                                                $feature_name = esc_html( $feature_name );
     96                                                echo '<legend>' . $feature_name . '</legend>';
     97                                                echo '<div class="filter-group-feature">';
     98                                                foreach ( $features as $feature => $feature_name ) {
     99                                                        $feature = esc_attr( $feature );
     100                                                        echo '<input type="checkbox" id="filter-id-' . $feature . '" value="' . $feature . '" /> ';
     101                                                        echo '<label for="filter-id-' . $feature . '">' . $feature_name . '</label><br>';
     102                                                }
     103                                                echo '</div>';
     104                                                echo '</fieldset>';
    65105                                        }
    66106                                        ?>
    67                                         <button type="button" class="button customize-theme"><?php _e( 'Customize' ); ?></button>
    68                                 </h3>
    69 
     107                                                <div class="filtered-by">
     108                                                        <span><?php _e( 'Filtering by:' ); ?></span>
     109                                                        <div class="tags"></div>
     110                                                        <button type="button" class="button-link"><?php _e( 'Edit' ); ?></a>
     111                                                </div>
     112                                        </div>
     113                                <# } #>
    70114                                <div class="theme-overlay" tabindex="0" role="dialog" aria-label="<?php esc_attr_e( 'Theme Details' ); ?>"></div>
    71 
    72                                 <div id="customize-container"></div>
    73                                 <?php if ( count( $this->controls ) > 4 ) : ?>
    74                                         <p><label for="themes-filter">
    75                                                 <span class="screen-reader-text"><?php _e( 'Search installed themes&hellip;' ); ?></span>
    76                                                 <input type="text" id="themes-filter" placeholder="<?php esc_attr_e( 'Search installed themes&hellip;' ); ?>" />
    77                                         </label></p>
    78                                 <?php endif; ?>
    79115                                <div class="theme-browser rendered">
    80                                         <ul class="themes accordion-section-content">
     116                                        <div class="error unexpected-error" style="display: none; "><p><?php _e( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ); ?></p></div>
     117                                        <ul class="themes">
    81118                                        </ul>
     119                                        <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>
     120                                        <p class="spinner"></p>
    82121                                </div>
    83122                        </div>
    84123                </li>