Make WordPress Core

Changeset 32540


Ignore:
Timestamp:
05/22/2015 04:25:27 AM (9 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks for canonical.php.

See #32444.

File:
1 edited

Legend:

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

    r32529 r32540  
    2828 *
    2929 * @since 2.3.0
    30  * @uses $wp_rewrite
    31  * @uses $is_IIS
     30 *
     31 * @global WP_Rewrite $wp_rewrite
     32 * @global bool $is_IIS
     33 * @global WP_Query $wp_query
     34 * @global wpdb $wpdb
    3235 *
    3336 * @param string $requested_url Optional. The URL that was requested, used to
     
    525528 *
    526529 * @global wpdb $wpdb WordPress database abstraction object.
     530 * @global WP_Rewrite $wp_rewrite
    527531 *
    528532 * @return false|string The correct URL if one is found. False on failure.
     
    561565}
    562566
     567/**
     568 *
     569 * @global WP_Rewrite $wp_rewrite
     570 */
    563571function wp_redirect_admin_locations() {
    564572    global $wp_rewrite;
Note: See TracChangeset for help on using the changeset viewer.