Changeset 2820 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
- Timestamp:
- 03/26/2016 04:51:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
r2817 r2820 255 255 * @return string 256 256 */ 257 public function autolink_references( $text ) {257 public static function autolink_references( $text ) { 258 258 $r = ''; 259 259 $textarr = preg_split( '/(<[^<>]+>)/', $text, -1, PREG_SPLIT_DELIM_CAPTURE ); // split out HTML tags
Note: See TracChangeset
for help on using the changeset viewer.