Make WordPress Core


Ignore:
Timestamp:
05/29/2015 03:42:40 PM (9 years ago)
Author:
wonderboymusic
Message:

Add @static* annotations where they are missing.
Initialize all static vars that are not, most to null.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-widgets.php

    r32649 r32650  
    108108     * @since 4.2.0
    109109     * @access protected
     110     *
     111     * @staticvar array $cache
    110112     *
    111113     * @param $setting_id Setting ID.
     
    877879     *
    878880     * @since 3.9.0
    879      * @static
    880881     * @access protected
    881882     *
Note: See TracChangeset for help on using the changeset viewer.