site_admin_notice

Definition:
function site_admin_notice() {}

Source code

function site_admin_notice() {

	global $wp_db_version;

	if ( !is_super_admin() )

		return false;

	if ( get_site_option( 'wpmu_upgrade_site' ) != $wp_db_version )

		echo "<div class='update-nag'>" . sprintf( __( 'Thank you for Updating! Please visit the <a href="%s">Update Network</a> page to update all your sites.' ), esc_url( network_admin_url( 'upgrade.php' ) ) ) . "</div>";

}

2895

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: