diff --git a/src/wp-includes/category-template.php b/src/wp-includes/category-template.php index 11753978f4..25c7dd5c88 100644 --- a/src/wp-includes/category-template.php +++ b/src/wp-includes/category-template.php @@ -153,6 +153,8 @@ function get_the_category_by_ID( $cat_ID ) { * * @since 1.5.1 * + * @global WP_Rewrite $wp_rewrite + * * @param string $separator Optional, default is empty string. Separator for between the categories. * @param string $parents Optional. How to display the parents. * @param int $post_id Optional. Post ID to retrieve categories. diff --git a/src/wp-includes/class-http.php b/src/wp-includes/class-http.php index 6ba1996b47..622d2c105e 100644 --- a/src/wp-includes/class-http.php +++ b/src/wp-includes/class-http.php @@ -36,6 +36,8 @@ class WP_Http { * @access public * @since 2.7.0 * + * @global string $wp_version + * * @param string $url The request URL. * @param string|array $args { * Optional. Array or string of HTTP request arguments. diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index e8004dd4e4..5c9c575647 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/wp-includes/class-wp-customize-control.php @@ -1048,6 +1048,10 @@ class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control { parent::enqueue(); } + /** + * + * @global Custom_Image_Header $custom_image_header + */ public function prepare_control() { global $custom_image_header; if ( empty( $custom_image_header ) ) { @@ -1064,14 +1068,14 @@ class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control { ?>