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

    r32587 r32650  
    25592559 * @see wp_update_comment_count_now() For what could cause a false return value
    25602560 *
     2561 * @staticvar array $_deferred
     2562 *
    25612563 * @param int $post_id Post ID
    25622564 * @param bool $do_deferred Whether to process previously deferred post comment counts
Note: See TracChangeset for help on using the changeset viewer.