Docs: Remove "being being" dittography from inline comments.
Props birgire. Fixes #41841. Built from https://develop.svn.wordpress.org/trunk@41358 git-svn-id: http://core.svn.wordpress.org/trunk@41191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9da1dd552d
commit
eeb147e349
|
@ -470,7 +470,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
|
|||
partial.createEditShortcutForPlacement( placement );
|
||||
placement.container.removeClass( 'customize-partial-refreshing' );
|
||||
|
||||
// Prevent placement container from being being re-triggered as being rendered among nested partials.
|
||||
// Prevent placement container from being re-triggered as being rendered among nested partials.
|
||||
placement.container.data( 'customize-partial-content-rendered', true );
|
||||
|
||||
/*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41357';
|
||||
$wp_version = '4.9-alpha-41358';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue