Make WordPress Core


Ignore:
Timestamp:
12/01/2014 01:33:34 AM (10 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for src/wp-includes/*.

See #30224.

File:
1 edited

Legend:

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

    r30537 r30681  
    335335     *
    336336     * @param string $url URL to potentially be linked.
    337      * @return string|bool Linked URL or the original URL. False if 'return_false_on_fail' is true.
     337     * @return false|string 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.