Changeset 41014 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/06/2017 09:01:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r40837 r41014 27 27 * @global array $wp_cockneyreplace Array of formatted entities for certain common phrases 28 28 * @global array $shortcode_tags 29 * @staticvar array $static_characters 30 * @staticvar array $static_replacements 31 * @staticvar array $dynamic_characters 32 * @staticvar array $dynamic_replacements 33 * @staticvar array $default_no_texturize_tags 34 * @staticvar array $default_no_texturize_shortcodes 35 * @staticvar bool $run_texturize 29 * @staticvar array $static_characters 30 * @staticvar array $static_replacements 31 * @staticvar array $dynamic_characters 32 * @staticvar array $dynamic_replacements 33 * @staticvar array $default_no_texturize_tags 34 * @staticvar array $default_no_texturize_shortcodes 35 * @staticvar bool $run_texturize 36 * @staticvar string $apos 37 * @staticvar string $prime 38 * @staticvar string $double_prime 39 * @staticvar string $opening_quote 40 * @staticvar string $closing_quote 41 * @staticvar string $opening_single_quote 42 * @staticvar string $closing_single_quote 43 * @staticvar string $open_q_flag 44 * @staticvar string $open_sq_flag 45 * @staticvar string $apos_flag 36 46 * 37 47 * @param string $text The text to be formatted
Note: See TracChangeset
for help on using the changeset viewer.