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-includes/rewrite.php

    r32648 r32650  
    21712171     */
    21722172    public function flush_rules( $hard = true ) {
    2173         static $do_hard_later;
     2173        static $do_hard_later = null;
    21742174
    21752175        // Prevent this action from running before everyone has registered their rewrites
Note: See TracChangeset for help on using the changeset viewer.