Make WordPress Core

Changeset 25635


Ignore:
Timestamp:
09/28/2013 06:32:14 AM (12 years ago)
Author:
nacin
Message:

Fix strict notice. see #22704.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r25633 r25635  
    14661466     * Check for GIT/SVN checkouts.
    14671467     */
    1468     function is_vcs_checkout( $context ) {
     1468    static function is_vcs_checkout( $context ) {
    14691469        $stop_dirs = array(
    14701470            ABSPATH,
Note: See TracChangeset for help on using the changeset viewer.