Make WordPress Core


Ignore:
Timestamp:
08/04/2019 01:18:54 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for $wp_rewrite global.

See #45604, #47110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r45734 r45735  
    948948 * @since 3.0.0
    949949 *
    950  * @global wpdb       $wpdb
     950 * @global wpdb       $wpdb         WordPress database abstraction object.
    951951 * @global object     $current_site
    952  * @global WP_Rewrite $wp_rewrite
     952 * @global WP_Rewrite $wp_rewrite   WordPress rewrite component.
    953953 *
    954954 * @param int    $network_id        ID of network to populate.
Note: See TracChangeset for help on using the changeset viewer.