Changeset 38300
- Timestamp:
- 08/22/2016 12:55:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-nav-menus.js
r37901 r38300 647 647 648 648 /** 649 * @since Menu Customizer 0.3 649 * Initialize. 650 * 651 * @since 4.3.0 650 652 * 651 653 * @param {String} id … … 659 661 660 662 /** 661 * 663 * Ready. 662 664 */ 663 665 ready: function() { … … 799 801 800 802 /** 801 * @param { array} themeLocations803 * @param {Array} themeLocationSlugs Theme location slugs. 802 804 */ 803 805 updateAssignedLocationsInSectionTitle: function( themeLocationSlugs ) { … … 862 864 * Add behaviors for the accordion section. 863 865 * 864 * @since Menu Customizer 0.3866 * @since 4.3.0 865 867 */ 866 868 attachEvents: function() { … … 1015 1017 1016 1018 /** 1017 * @since Menu Customizer 0.31018 *1019 1019 * Override the embed() method to do nothing, 1020 1020 * so that the control isn't embedded on load, 1021 1021 * unless the containing section is already expanded. 1022 * 1023 * @since 4.3.0 1022 1024 */ 1023 1025 embed: function() { … … 1038 1040 * will only get embedded when the Section is first expanded. 1039 1041 * 1040 * @since Menu Customizer 0.31042 * @since 4.3.0 1041 1043 */ 1042 1044 actuallyEmbed: function() {
Note: See TracChangeset
for help on using the changeset viewer.