Changeset 61292
- Timestamp:
- 11/24/2025 07:08:27 PM (8 weeks ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/formatting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-includes/formatting.php
r61194 r61292 4595 4595 * @since 2.8.0 4596 4596 * @since 6.1.0 Turned into an alias for sanitize_url(). 4597 * @since 6.9.0 Prepends `https://` to the URL if it does not already contain a scheme 4598 * and the first item in `$protocols` is 'https'. 4597 4599 * 4598 4600 * @see sanitize_url() … … 4613 4615 * @since 2.8.0 Deprecated in favor of esc_url_raw(). 4614 4616 * @since 5.9.0 Restored (un-deprecated). 4617 * @since 6.9.0 Prepends `https://` to the URL if it does not already contain a scheme 4618 * and the first item in `$protocols` is 'https'. 4615 4619 * 4616 4620 * @see esc_url()
Note: See TracChangeset
for help on using the changeset viewer.