Make WordPress Core

Changeset 30178


Ignore:
Timestamp:
11/03/2014 02:26:34 AM (10 years ago)
Author:
wonderboymusic
Message:

Fix the return docs for WP_Embed->maybe_make_link().

See #30224.

File:
1 edited

Legend:

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

    r30105 r30178  
    335335     *
    336336     * @param string $url URL to potentially be linked.
    337      * @return string Linked URL or the original URL.
     337     * @return string|bool Linked URL or the original URL. False if 'return_false_on_fail' is true.
    338338     */
    339339    public function maybe_make_link( $url ) {
Note: See TracChangeset for help on using the changeset viewer.