Changeset 13297 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 02/22/2010 06:15:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r13227 r13297 196 196 $first_post = stripslashes( __( 'Welcome to <a href="SITE_URL">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!' ) ); 197 197 198 $first_post = str_replace( "SITE_URL", clean_url("http://" . $current_site->domain . $current_site->path), $first_post );198 $first_post = str_replace( "SITE_URL", esc_url("http://" . $current_site->domain . $current_site->path), $first_post ); 199 199 $first_post = str_replace( "SITE_NAME", $current_site->site_name, $first_post ); 200 200 } else {
Note: See TracChangeset
for help on using the changeset viewer.