Make WordPress Core


Ignore:
Timestamp:
10/10/2015 03:44:16 PM (9 years ago)
Author:
wonderboymusic
Message:

Docs: some @global object vernaculars should be converted to the actual object type.

See #33491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r34961 r35013  
    263263/**
    264264 * WordPress Query object
    265  * @global object $wp_the_query
     265 * @global WP_Query $wp_the_query
    266266 * @since 2.0.0
    267267 */
     
    271271 * Holds the reference to @see $wp_the_query
    272272 * Use this global for WordPress queries
    273  * @global object $wp_query
     273 * @global WP_Query $wp_query
    274274 * @since 1.5.0
    275275 */
     
    278278/**
    279279 * Holds the WordPress Rewrite object for creating pretty URLs
    280  * @global object $wp_rewrite
     280 * @global WP_Rewrite $wp_rewrite
    281281 * @since 1.5.0
    282282 */
     
    285285/**
    286286 * WordPress Object
    287  * @global object $wp
     287 * @global WP $wp
    288288 * @since 2.0.0
    289289 */
     
    292292/**
    293293 * WordPress Widget Factory Object
    294  * @global object $wp_widget_factory
     294 * @global WP_Widget_Factory $wp_widget_factory
    295295 * @since 2.8.0
    296296 */
     
    299299/**
    300300 * WordPress User Roles
    301  * @global object $wp_roles
     301 * @global WP_Roles $wp_roles
    302302 * @since 2.0.0
    303303 */
     
    328328/**
    329329 * WordPress Locale object for loading locale domain date and various strings.
    330  * @global object $wp_locale
     330 * @global WP_Locale $wp_locale
    331331 * @since 2.1.0
    332332 */
Note: See TracChangeset for help on using the changeset viewer.