equal
deleted
inserted
replaced
|
1 /** |
|
2 * @output wp-includes/js/customize-selective-refresh.js |
|
3 */ |
|
4 |
1 /* global jQuery, JSON, _customizePartialRefreshExports, console */ |
5 /* global jQuery, JSON, _customizePartialRefreshExports, console */ |
2 |
6 |
3 /** @namespace wp.customize.selectiveRefresh */ |
7 /** @namespace wp.customize.selectiveRefresh */ |
4 wp.customize.selectiveRefresh = ( function( $, api ) { |
8 wp.customize.selectiveRefresh = ( function( $, api ) { |
5 'use strict'; |
9 'use strict'; |
243 $buttonContainer.append( $button ); |
247 $buttonContainer.append( $button ); |
244 return $buttonContainer; |
248 return $buttonContainer; |
245 }, |
249 }, |
246 |
250 |
247 /** |
251 /** |
248 * Find all placements for this partial int he document. |
252 * Find all placements for this partial in the document. |
249 * |
253 * |
250 * @since 4.5.0 |
254 * @since 4.5.0 |
251 * |
255 * |
252 * @return {Array.<Placement>} |
256 * @return {Array.<Placement>} |
253 */ |
257 */ |