Make WordPress Core


Ignore:
Timestamp:
09/22/2015 08:26:17 PM (9 years ago)
Author:
wonderboymusic
Message:

Remove some unused globals and/or their docs.

See ##33491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-functions.php

    r34400 r34446  
    54075407 *
    54085408 * @global bool $_wp_suspend_cache_invalidation
    5409  * @global wpdb $wpdb WordPress database abstraction object.
    54105409 *
    54115410 * @param int|WP_Post $post Post ID or post object to remove from the cache.
    54125411 */
    54135412function clean_post_cache( $post ) {
    5414     global $_wp_suspend_cache_invalidation, $wpdb;
     5413    global $_wp_suspend_cache_invalidation;
    54155414
    54165415    if ( ! empty( $_wp_suspend_cache_invalidation ) )
Note: See TracChangeset for help on using the changeset viewer.