Docs: Add a missing summary, parameter, and return notations to the DocBlock for strip_shortcode_tag()
.
Introduced in [18952]. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@35982 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e635606cc1
commit
34bb276504
@ -597,9 +597,12 @@ function strip_shortcodes( $content ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Strips a shortcode tag based on RegEx matches against post content.
|
||||
*
|
||||
* @param array $m
|
||||
* @return string|false
|
||||
* @since 3.3.0
|
||||
*
|
||||
* @param array $m RegEx matches against post content.
|
||||
* @return string|false The content stripped of the tag, otherwise false.
|
||||
*/
|
||||
function strip_shortcode_tag( $m ) {
|
||||
// allow [[foo]] syntax for escaping a tag
|
||||
|
Loading…
Reference in New Issue
Block a user