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/capabilities.php

    r32568 r32650  
    490490    var $filter = null;
    491491
     492    /**
     493     * @static
     494     * @access private
     495     * @var array
     496     */
    492497    private static $back_compat_keys;
    493498
     
    562567     *
    563568     * @since 3.3.0
     569     *
     570     * @static
    564571     *
    565572     * @global wpdb $wpdb
Note: See TracChangeset for help on using the changeset viewer.