Docs: Update the list of static variables in wptexturize() DocBlock after [32863].

Props ajayghaghretiya1.
Fixes #41260.

git-svn-id: https://develop.svn.wordpress.org/trunk@41014 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-07-06 21:01:44 +00:00
parent 895cede84a
commit 342e4fdf2e

View File

@ -26,13 +26,23 @@
*
* @global array $wp_cockneyreplace Array of formatted entities for certain common phrases
* @global array $shortcode_tags
* @staticvar array $static_characters
* @staticvar array $static_replacements
* @staticvar array $dynamic_characters
* @staticvar array $dynamic_replacements
* @staticvar array $default_no_texturize_tags
* @staticvar array $default_no_texturize_shortcodes
* @staticvar bool $run_texturize
* @staticvar array $static_characters
* @staticvar array $static_replacements
* @staticvar array $dynamic_characters
* @staticvar array $dynamic_replacements
* @staticvar array $default_no_texturize_tags
* @staticvar array $default_no_texturize_shortcodes
* @staticvar bool $run_texturize
* @staticvar string $apos
* @staticvar string $prime
* @staticvar string $double_prime
* @staticvar string $opening_quote
* @staticvar string $closing_quote
* @staticvar string $opening_single_quote
* @staticvar string $closing_single_quote
* @staticvar string $open_q_flag
* @staticvar string $open_sq_flag
* @staticvar string $apos_flag
*
* @param string $text The text to be formatted
* @param bool $reset Set to true for unit testing. Translated patterns will reset.