3636 * If not already configured, `$blog_id` will default to 1 in a single site
3737 * configuration. In multisite, it will be overridden by default in ms-settings.php.
3838 *
39- * @global int $blog_id
4039 * @since 2.0.0
40+ * @global int $blog_id
4141 */
4242global $ blog_id ;
4343
@@ -348,44 +348,44 @@ function get_magic_quotes_gpc() {
348348
349349/**
350350 * WordPress Query object
351- * @global object $wp_the_query
352351 * @since 2.0.0
352+ * @global object $wp_the_query
353353 */
354354$ GLOBALS ['wp_the_query ' ] = new WP_Query ();
355355
356356/**
357357 * Holds the reference to @see $wp_the_query
358358 * Use this global for WordPress queries
359- * @global object $wp_query
360359 * @since 1.5.0
360+ * @global object $wp_query
361361 */
362362$ GLOBALS ['wp_query ' ] = $ GLOBALS ['wp_the_query ' ];
363363
364364/**
365365 * Holds the WordPress Rewrite object for creating pretty URLs
366- * @global object $wp_rewrite
367366 * @since 1.5.0
367+ * @global object $wp_rewrite
368368 */
369369$ GLOBALS ['wp_rewrite ' ] = new WP_Rewrite ();
370370
371371/**
372372 * WordPress Object
373- * @global object $wp
374373 * @since 2.0.0
374+ * @global object $wp
375375 */
376376$ GLOBALS ['wp ' ] = new WP ();
377377
378378/**
379379 * WordPress Widget Factory Object
380- * @global object $wp_widget_factory
381380 * @since 2.8.0
381+ * @global object $wp_widget_factory
382382 */
383383$ GLOBALS ['wp_widget_factory ' ] = new WP_Widget_Factory ();
384384
385385/**
386386 * WordPress User Roles
387- * @global object $wp_roles
388387 * @since 2.0.0
388+ * @global object $wp_roles
389389 */
390390$ GLOBALS ['wp_roles ' ] = new WP_Roles ();
391391
@@ -409,8 +409,8 @@ function get_magic_quotes_gpc() {
409409
410410/**
411411 * WordPress Locale object for loading locale domain date and various strings.
412- * @global object $wp_locale
413412 * @since 2.1.0
413+ * @global object $wp_locale
414414 */
415415$ GLOBALS ['wp_locale ' ] = new WP_Locale ();
416416
0 commit comments