Docs: Add `@staticvar` entries for `get_html_split_regex()` and `_get_wptexturize_split_regex()`.
Props ajayghaghretiya1. Fixes #41385. Built from https://develop.svn.wordpress.org/trunk@41109 git-svn-id: http://core.svn.wordpress.org/trunk@40949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
24f6903c4d
commit
3946198df8
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41108';
|
||||
$wp_version = '4.9-alpha-41109';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue