Changeset 48586 for trunk/src/wp-includes/canonical.php
- Timestamp:
- 07/23/2020 07:59:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/canonical.php
r48185 r48586 36 36 * 37 37 * @param string $requested_url Optional. The URL that was requested, used to 38 * figure if redirect is needed.39 * @param bool $do_redirectOptional. Redirect to the new URL.38 * figure if redirect is needed. 39 * @param bool $do_redirect Optional. Redirect to the new URL. 40 40 * @return string|void The string of the URL, if redirect needed. 41 41 */ … … 783 783 * 784 784 * @param string $query_string 785 * @param array $args_to_check785 * @param array $args_to_check 786 786 * @param string $url 787 787 * @return string The altered query string
Note: See TracChangeset
for help on using the changeset viewer.