Make WordPress Core


Ignore:
Timestamp:
08/27/2008 06:45:13 AM (17 years ago)
Author:
westi
Message:

phpDoc corrections for wp-includes. See #7550 props santosj.

File:
1 edited

Legend:

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

    r8732 r8742  
    99 * @author Mark Jaquith
    1010 * @package WordPress
    11  * @since 2.3
     11 * @since 2.3.0
    1212 */
    1313
    1414/**
    15  * Redirects incoming links to the proper URL based on the site url
     15 * Redirects incoming links to the proper URL based on the site url.
    1616 *
    1717 * Search engines consider www.somedomain.com and somedomain.com to be two
     
    2727 * or query in an attempt to figure the correct page to go to.
    2828 *
    29  * @since 2.3
     29 * @since 2.3.0
    3030 * @uses $wp_rewrite
    3131 * @uses $is_IIS
     
    244244
    245245/**
    246  * Attempts to guess correct post based on query vars
    247  *
    248  * @since 2.3
     246 * Attempts to guess correct post based on query vars.
     247 *
     248 * @since 2.3.0
    249249 * @uses $wpdb
    250250 *
Note: See TracChangeset for help on using the changeset viewer.