Remove some unused globals and/or their docs.
See ##33491. Built from https://develop.svn.wordpress.org/trunk@34446 git-svn-id: http://core.svn.wordpress.org/trunk@34410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -528,13 +528,12 @@ function body_class( $class = '' ) {
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @global WP_Query $wp_query
|
||||
* @global wpdb $wpdb
|
||||
*
|
||||
* @param string|array $class One or more classes to add to the class list.
|
||||
* @return array Array of classes.
|
||||
*/
|
||||
function get_body_class( $class = '' ) {
|
||||
global $wp_query, $wpdb;
|
||||
global $wp_query;
|
||||
|
||||
$classes = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user