Changeset 8742 for trunk/wp-includes/canonical.php
- Timestamp:
- 08/27/2008 06:45:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/canonical.php
r8732 r8742 9 9 * @author Mark Jaquith 10 10 * @package WordPress 11 * @since 2.3 11 * @since 2.3.0 12 12 */ 13 13 14 14 /** 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. 16 16 * 17 17 * Search engines consider www.somedomain.com and somedomain.com to be two … … 27 27 * or query in an attempt to figure the correct page to go to. 28 28 * 29 * @since 2.3 29 * @since 2.3.0 30 30 * @uses $wp_rewrite 31 31 * @uses $is_IIS … … 244 244 245 245 /** 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 249 249 * @uses $wpdb 250 250 *
Note: See TracChangeset
for help on using the changeset viewer.