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-template.php

    r34330 r34446  
    529529 *
    530530 * @global WP_Query $wp_query
    531  * @global wpdb     $wpdb
    532531 *
    533532 * @param string|array $class One or more classes to add to the class list.
     
    535534 */
    536535function get_body_class( $class = '' ) {
    537     global $wp_query, $wpdb;
     536    global $wp_query;
    538537
    539538    $classes = array();
Note: See TracChangeset for help on using the changeset viewer.