Make WordPress Core


Ignore:
Timestamp:
05/29/2015 03:42:40 PM (10 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-admin/includes/class-wp-upgrader.php

    r32642 r32650  
    16591659     *
    16601660     * @since 3.7.0
     1661     *
     1662     * @static
    16611663     */
    16621664    public static function async_upgrade( $upgrader = false ) {
     
    21362138     *
    21372139     * @since 3.7.0
     2140     *
     2141     * @static
    21382142     *
    21392143     * @param string $offered_ver The offered version, of the format x.y.z.
Note: See TracChangeset for help on using the changeset viewer.