Changeset 11204 for trunk/wp-includes/theme.php
- Timestamp:
- 05/05/2009 07:43:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r11168 r11204 933 933 if ( 0 === strpos($link, 'preview=1') ) 934 934 $link = "?$link"; 935 return $matches[1] . attr( $link ) . $matches[4];935 return $matches[1] . esc_attr( $link ) . $matches[4]; 936 936 } 937 937
Note: See TracChangeset
for help on using the changeset viewer.