Changeset 48109 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 06/20/2020 12:38:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r48100 r48109 30 30 * @global array $wp_cockneyreplace Array of formatted entities for certain common phrases. 31 31 * @global array $shortcode_tags 32 * @staticvar array $static_characters33 * @staticvar array $static_replacements34 * @staticvar array $dynamic_characters35 * @staticvar array $dynamic_replacements36 * @staticvar array $default_no_texturize_tags37 * @staticvar array $default_no_texturize_shortcodes38 * @staticvar bool $run_texturize39 * @staticvar string $apos40 * @staticvar string $prime41 * @staticvar string $double_prime42 * @staticvar string $opening_quote43 * @staticvar string $closing_quote44 * @staticvar string $opening_single_quote45 * @staticvar string $closing_single_quote46 * @staticvar string $open_q_flag47 * @staticvar string $open_sq_flag48 * @staticvar string $apos_flag49 32 * 50 33 * @param string $text The text to be formatted. … … 634 617 * @since 4.4.0 635 618 * 636 * @staticvar string $regex637 *638 619 * @return string The regular expression 639 620 */ … … 694 675 * @internal This function will be removed in 4.5.0 per Shortcode API Roadmap. 695 676 * @since 4.4.0 696 *697 * @staticvar string $html_regex698 677 * 699 678 * @param string $shortcode_regex The result from _get_wptexturize_shortcode_regex(). Optional. … … 939 918 * @access private 940 919 * 941 * @staticvar string $_charset942 *943 920 * @param string $string The text which is to be encoded. 944 921 * @param int|string $quote_style Optional. Converts double quotes if set to ENT_COMPAT, … … 1112 1089 * 1113 1090 * @since 2.8.0 1114 *1115 * @staticvar bool $is_utf81116 * @staticvar bool $utf8_pcre1117 1091 * 1118 1092 * @param string $string The text which is to be checked. … … 5446 5420 * @since 3.0.0 5447 5421 * 5448 * @staticvar string|false $dblq5449 *5450 5422 * @param string $text The text to be modified. 5451 5423 * @return string The modified text. … … 5619 5591 * 5620 5592 * @since 4.0.0 5621 *5622 * @staticvar string $spaces5623 5593 * 5624 5594 * @return string The spaces regexp. … … 5650 5620 * 5651 5621 * @since 4.2.0 5652 *5653 * @staticvar bool $printed5654 5622 */ 5655 5623 function print_emoji_styles() { … … 5685 5653 * 5686 5654 * @since 4.2.0 5687 * @staticvar bool $printed5688 5655 */ 5689 5656 function print_emoji_detection_script() {
Note: See TracChangeset
for help on using the changeset viewer.