Changeset 24126 for trunk/wp-signup.php
- Timestamp:
- 04/29/2013 01:26:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-signup.php
r24058 r24126 491 491 * @param string $meta Any additional meta from the 'add_signup_meta' filter in validate_blog_signup() 492 492 */ 493 function confirm_blog_signup( $domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) {493 function confirm_blog_signup( $domain, $path, $blog_title, $user_name = '', $user_email = '', $meta = array() ) { 494 494 ?> 495 495 <h2><?php printf( __( 'Congratulations! Your new site, %s, is almost ready.' ), "<a href='http://{$domain}{$path}'>{$blog_title}</a>" ) ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.