Make WordPress Core


Ignore:
Timestamp:
01/15/2021 08:06:50 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [46696], [47060], [49926], [49927], [49929].

See #51800.

File:
1 edited

Legend:

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

    r49193 r49963  
    300300 * @global array $shortcode_tags
    301301 *
    302  * @param array $m Regular expression match array
    303  * @return string|false False on failure.
     302 * @param array $m Regular expression match array.
     303 * @return string|false Shortcode output on success, false on failure.
    304304 */
    305305function do_shortcode_tag( $m ) {
Note: See TracChangeset for help on using the changeset viewer.