Changeset 927 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
- Timestamp:
- 10/22/2014 02:08:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
r901 r927 485 485 if ( is_single( 'credits' ) || is_single( 'credits-2' ) ) { 486 486 $content = preg_replace_callback( 487 '/\B@( \w+)/i',487 '/\B@([\w\-]+)/i', 488 488 function ( $matches ) { 489 489 return sprintf(
Note: See TracChangeset
for help on using the changeset viewer.