<pclass="view"><?phpprintf(__('Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Login</a>'),$url,$url.'wp-login.php');?></p>
<pclass="view"><?phpprintf(__('Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Login</a>'),$url,$url.'wp-login.php');?></p>
<?phpelse:?>
<pclass="view"><?phpprintf(__('Your account is now activated. <a href="%1$s">Login</a> or go back to the <a href="%2$s">homepage</a>.'),network_site_url('wp-login.php','login'),network_home_url());?></p>
<pclass="view"><?phpprintf(__('Your account is now activated. <a href="%1$s">Login</a> or go back to the <a href="%2$s">homepage</a>.'),network_site_url('wp-login.php','login'),network_home_url());?></p>
$alert.=sprintf(__('Your login has expired. Please open a new browser window and <a href="%s" target="_blank">log in again</a>. '),add_query_arg('interim-login',1,wp_login_url()));
$id=$revision_id=0;
...
...
@@ -939,12 +956,10 @@ case 'autosave' : // The name of this action is hardcoded in edit_post()
echoapply_filters('admin_footer_text','<span id="footer-thankyou">'.__('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' | '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>'));?>
</p>
$footer_text=array(
'<span id="footer-thankyou">'.__('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span>',
<aid="privacy-on-link"href="options-privacy.php"title="<?phpechoesc_attr(apply_filters('privacy_on_link_title',__('Your site is asking search engines not to index its content')));?>"><?phpechoapply_filters('privacy_on_link_text',__('Search Engines Blocked'));?></a>
<?phpendif;?>
</h1>
<?phpdo_action('in_admin_header');?>
<?php
do_action('in_admin_header');
<divid="wphead-info">
<divid="user_info">
<p><?php
$links=array();
$links[5]=sprintf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'),'profile.php',$user_identity);