Changeset 34446 for trunk/src/wp-includes/canonical.php
- Timestamp:
- 09/22/2015 08:26:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/canonical.php
r34272 r34446 534 534 * 535 535 * @global wpdb $wpdb WordPress database abstraction object. 536 * @global WP_Rewrite $wp_rewrite537 536 * 538 537 * @return false|string The correct URL if one is found. False on failure. 539 538 */ 540 539 function redirect_guess_404_permalink() { 541 global $wpdb , $wp_rewrite;540 global $wpdb; 542 541 543 542 if ( get_query_var('name') ) {
Note: See TracChangeset
for help on using the changeset viewer.