Changeset 32568 for trunk/src/wp-includes/canonical.php
- Timestamp:
- 05/24/2015 05:39:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/canonical.php
r32540 r32568 37 37 * figure if redirect is needed. 38 38 * @param bool $do_redirect Optional. Redirect to the new URL. 39 * @return null|string Null, if redirect not needed, or the string of the URL39 * @return string|void The string of the URL, if redirect needed. 40 40 */ 41 41 function redirect_canonical( $requested_url = null, $do_redirect = true ) {
Note: See TracChangeset
for help on using the changeset viewer.