Make WordPress Core

Changeset 61627


Ignore:
Timestamp:
02/12/2026 07:41:54 PM (2 months ago)
Author:
westonruter
Message:

Docs: Update broken link in core merge comment.

Follow-up to [41376], [41260].

Props mayur8991, sabernhardt, westonruter.
Fixes #64632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/wp/widgets/custom-html.js

    r58455 r61627  
    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 {
Note: See TracChangeset for help on using the changeset viewer.