Definition:
function confirm_another_blog_signup($domain, $path, $blog_title, $user_name, $user_email = '', $meta = '') {}
Parameters
- $domain
- $path
- $blog_title
- $user_name
- $user_email
- $meta
Source code
function confirm_another_blog_signup($domain, $path, $blog_title, $user_name, $user_email = '', $meta = '') { ?> <h2><?php printf( __( 'The site %s is yours.' ), "<a href='http://{$domain}{$path}'>{$blog_title}</a>" ) ?></h2>
711
No comments yet... Be the first to leave a reply!