Make WordPress Core


Ignore:
Timestamp:
01/11/2020 06:30:58 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: In various @return tags, list the expected type first, instead of false.

Follow-up to [46696].

See #48303.

File:
1 edited

Legend:

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

    r46661 r47060  
    436436     *
    437437     * @param string $url URL to potentially be linked.
    438      * @return false|string Linked URL or the original URL. False if 'return_false_on_fail' is true.
     438     * @return string|false Linked URL or the original URL. False if 'return_false_on_fail' is true.
    439439     */
    440440    public function maybe_make_link( $url ) {
Note: See TracChangeset for help on using the changeset viewer.