Make WordPress Core

Ticket #37520: 37520.patch

File 37520.patch, 1.3 KB (added by gma992, 8 years ago)

changed to @since 4.3.0 Menu Customizer and some formatting love

  • src/wp-admin/js/customize-nav-menus.js

     
    646646        api.Menus.MenuSection = api.Section.extend({
    647647
    648648                /**
    649                  * @since Menu Customizer 0.3
    650649                 *
     650                 * @since 4.3.0 Menu Customizer
     651                 *
    651652                 * @param {String} id
    652653                 * @param {Object} options
    653654                 */
     
    859860        api.Menus.NewMenuSection = api.Section.extend({
    860861
    861862                /**
     863                 *
     864                 * @since 4.3.0 Menu Customizer
     865                 *
    862866                 * Add behaviors for the accordion section.
    863867                 *
    864                  * @since Menu Customizer 0.3
    865868                 */
    866869                attachEvents: function() {
    867870                        var section = this;
     
    10141017                },
    10151018
    10161019                /**
    1017                  * @since Menu Customizer 0.3
    10181020                 *
     1021                 * @since 4.3.0 Menu Customizer
     1022                 *
    10191023                 * Override the embed() method to do nothing,
    10201024                 * so that the control isn't embedded on load,
    10211025                 * unless the containing section is already expanded.
     
    10341038                },
    10351039
    10361040                /**
     1041                 *
     1042                 * @since 4.3.0 Menu Customizer
     1043                 *
    10371044                 * This function is called in Section.onChangeExpanded() so the control
    10381045                 * will only get embedded when the Section is first expanded.
    10391046                 *
    1040                  * @since Menu Customizer 0.3
    10411047                 */
    10421048                actuallyEmbed: function() {
    10431049                        var control = this;