Changeset 11383 for trunk/wp-includes/theme.php
- Timestamp:
- 05/18/2009 04:00:33 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r11204 r11383 186 186 187 187 if ( preg_match( '|Theme URI:(.*)$|mi', $theme_data, $theme_uri ) ) 188 $theme_uri = clean_url( _cleanup_header_comment($theme_uri[1]) );188 $theme_uri = esc_url( _cleanup_header_comment($theme_uri[1]) ); 189 189 else 190 190 $theme_uri = ''; … … 196 196 197 197 if ( preg_match( '|Author URI:(.*)$|mi', $theme_data, $author_uri ) ) 198 $author_uri = clean_url( _cleanup_header_comment($author_uri[1]) );198 $author_uri = esc_url( _cleanup_header_comment($author_uri[1]) ); 199 199 else 200 200 $author_uri = '';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)