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

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

See #51800.

git-svn-id: https://develop.svn.wordpress.org/trunk@49963 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-01-15 20:06:50 +00:00
parent 965fa1786b
commit fbab01c8ce
8 changed files with 25 additions and 20 deletions

View File

@@ -299,8 +299,8 @@ function get_shortcode_regex( $tagnames = null ) {
*
* @global array $shortcode_tags
*
* @param array $m Regular expression match array
* @return string|false False on failure.
* @param array $m Regular expression match array.
* @return string|false Shortcode output on success, false on failure.
*/
function do_shortcode_tag( $m ) {
global $shortcode_tags;