Changeset 61273
- Timestamp:
- 11/20/2025 12:42:03 AM (4 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r61270 r61273 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.