mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 23:24:34 +00:00
Docs: Another pass at some inline docs fixes mostly made by PHPCBF.
See #49572, #50744 git-svn-id: https://develop.svn.wordpress.org/trunk@48590 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -365,9 +365,9 @@ function do_shortcode_tag( $m ) {
|
||||
*
|
||||
* @since 4.2.3
|
||||
*
|
||||
* @param string $content Content to search for shortcodes
|
||||
* @param bool $ignore_html When true, all square braces inside elements will be encoded.
|
||||
* @param array $tagnames List of shortcodes to find.
|
||||
* @param string $content Content to search for shortcodes.
|
||||
* @param bool $ignore_html When true, all square braces inside elements will be encoded.
|
||||
* @param array $tagnames List of shortcodes to find.
|
||||
* @return string Content with shortcodes filtered out.
|
||||
*/
|
||||
function do_shortcodes_in_html_tags( $content, $ignore_html, $tagnames ) {
|
||||
|
||||
Reference in New Issue
Block a user