Skip to content

Commit 3c6777d

Browse files
committed
Docs: Update broken link in core merge comment.
Follow-up to [41376], [41260]. Props mayur8991, sabernhardt, westonruter. Fixes #64632. git-svn-id: https://develop.svn.wordpress.org/trunk@61627 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1ab9993 commit 3c6777d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/_enqueues/wp/widgets/custom-html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ wp.customHtmlWidgets = ( function( $ ) {
333333
* This ensures that the textarea is visible and the editor can be initialized.
334334
*/
335335
renderWhenAnimationDone = function() {
336-
if ( ! ( wp.customize ? widgetContainer.parent().hasClass( 'expanded' ) : widgetContainer.hasClass( 'open' ) ) ) { // Core merge: The wp.customize condition can be eliminated with this change being in core: https://github.com/xwp/wordpress-develop/pull/247/commits/5322387d
336+
if ( ! ( wp.customize ? widgetContainer.parent().hasClass( 'expanded' ) : widgetContainer.hasClass( 'open' ) ) ) { // Core merge: The wp.customize condition can be eliminated with this change being in core: https://core.trac.wordpress.org/changeset/41260
337337
setTimeout( renderWhenAnimationDone, animatedCheckDelay );
338338
} else {
339339
widgetControl.initializeEditor();

0 commit comments

Comments
 (0)