Make WordPress Core

Ticket #35963: 35963_to_do_deps.patch

File 35963_to_do_deps.patch, 654 bytes (added by pcfreak30, 9 years ago)
  • wp-includes/class.wp-dependencies.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    104104                                 *
    105105                                 * Unset the item from the to_do array.
    106106                                 */
    107                                 if ( $this->do_item( $handle, $group ) )
     107                                if ( $this->do_item( $handle, $group ) ) {
    108108                                        $this->done[] = $handle;
    109 
    110                                 unset( $this->to_do[$key] );
     109                                        unset( $this->to_do[ $key ] );
     110                                }
     111
    111112                        }
    112113                }
    113114