Make WordPress Core

Changeset 49513


Ignore:
Timestamp:
11/06/2020 02:14:50 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add a @see reference to esc_url() from esc_url_raw().

Follow-up to [49512].

See #50585.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r49512 r49513  
    44084408 * @since 2.8.0
    44094409 *
     4410 * @see esc_url()
     4411 *
    44104412 * @param string   $url       The URL to be cleaned.
    44114413 * @param string[] $protocols Optional. An array of acceptable protocols.
Note: See TracChangeset for help on using the changeset viewer.