From 3f38a858949bbacc3592b54f9a0a24ce112817c3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Jul 2017 13:37:19 +0000 Subject: [PATCH] Docs: Add `@staticvar` entries for `get_html_split_regex()` and `_get_wptexturize_split_regex()`. Props ajayghaghretiya1. Fixes #41385. git-svn-id: https://develop.svn.wordpress.org/trunk@41109 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/formatting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index a1bb56cb6b..eb67e4827e 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -609,6 +609,8 @@ function wp_html_split( $input ) { * * @since 4.4.0 * + * @staticvar string $regex + * * @return string The regular expression */ function get_html_split_regex() { @@ -666,6 +668,8 @@ function get_html_split_regex() { * @internal This function will be removed in 4.5.0 per Shortcode API Roadmap. * @since 4.4.0 * + * @staticvar string $html_regex + * * @param string $shortcode_regex The result from _get_wptexturize_shortcode_regex(). Optional. * @return string The regular expression */