Changeset 46660 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 11/05/2019 09:21:46 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r46603 r46660 623 623 * 624 624 * @param string $input The text which has to be formatted. 625 * @return array The formatted text.625 * @return string[] Array of the formatted text. 626 626 */ 627 627 function wp_html_split( $input ) {
Note: See TracChangeset
for help on using the changeset viewer.