Changeset 11109 for trunk/wp-includes/theme.php
- Timestamp:
- 04/28/2009 05:58:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r11061 r11109 933 933 if ( 0 === strpos($link, 'preview=1') ) 934 934 $link = "?$link"; 935 return $matches[1] . attr ibute_escape( $link ) . $matches[4];935 return $matches[1] . attr( $link ) . $matches[4]; 936 936 } 937 937
Note: See TracChangeset
for help on using the changeset viewer.