Make WordPress Core

Changeset 41109


Ignore:
Timestamp:
07/20/2017 01:37:19 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add @staticvar entries for get_html_split_regex() and _get_wptexturize_split_regex().

Props ajayghaghretiya1.
Fixes #41385.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r41046 r41109  
    610610 * @since 4.4.0
    611611 *
     612 * @staticvar string $regex
     613 *
    612614 * @return string The regular expression
    613615 */
     
    666668 * @internal This function will be removed in 4.5.0 per Shortcode API Roadmap.
    667669 * @since 4.4.0
     670 *
     671 * @staticvar string $html_regex
    668672 *
    669673 * @param string $shortcode_regex The result from _get_wptexturize_shortcode_regex().  Optional.
Note: See TracChangeset for help on using the changeset viewer.