Changeset 5577
- Timestamp:
- 06/15/2017 10:11:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
r4618 r5577 177 177 178 178 // Link to hook: {@see 'pre_get_search_form'} 179 elseif ( 1 === preg_match( '/^(?: ‘)([\$\w]+)(?:’)$/', $link, $hook ) ) {179 elseif ( 1 === preg_match( '/^(?:\'|(?:‘))([\$\w]+)(?:\'|(?:’))$/', $link, $hook ) ) { 180 180 if ( ! empty( $hook[1] ) ) { 181 181 $link = '<a href="' .
Note: See TracChangeset
for help on using the changeset viewer.