From 6dc56c45580c92fa566985523869bbc2903b21d2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 6 Jul 2017 21:02:42 +0000 Subject: [PATCH] Docs: Update the list of static variables in `wptexturize()` DocBlock after [32863]. Props ajayghaghretiya1. Fixes #41260. Built from https://develop.svn.wordpress.org/trunk@41014 git-svn-id: http://core.svn.wordpress.org/trunk@40864 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 24 +++++++++++++++++------- wp-includes/version.php | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index cb35f2d3dc..49755d6dea 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index c1a49af90f..902f3b9fc8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41013'; +$wp_version = '4.9-alpha-41014'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.