mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299
git-svn-id: https://develop.svn.wordpress.org/trunk@13242 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -179,7 +179,7 @@ function the_content($more_link_text = null, $stripteaser = 0) {
|
||||
* @return string
|
||||
*/
|
||||
function get_the_content($more_link_text = null, $stripteaser = 0) {
|
||||
global $id, $post, $more, $page, $pages, $multipage, $preview, $pagenow;
|
||||
global $id, $post, $more, $page, $pages, $multipage, $preview;
|
||||
|
||||
if ( null === $more_link_text )
|
||||
$more_link_text = __( '(more...)' );
|
||||
@@ -367,7 +367,7 @@ function body_class( $class = '' ) {
|
||||
* @return array Array of classes.
|
||||
*/
|
||||
function get_body_class( $class = '' ) {
|
||||
global $wp_query, $wpdb, $current_user;
|
||||
global $wp_query, $wpdb;
|
||||
|
||||
$classes = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user