Changeset 34446 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 09/22/2015 08:26:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r34330 r34446 529 529 * 530 530 * @global WP_Query $wp_query 531 * @global wpdb $wpdb532 531 * 533 532 * @param string|array $class One or more classes to add to the class list. … … 535 534 */ 536 535 function get_body_class( $class = '' ) { 537 global $wp_query , $wpdb;536 global $wp_query; 538 537 539 538 $classes = array();
Note: See TracChangeset
for help on using the changeset viewer.