You appear to be a bot. Output may be restricted
Description
Add message for unsuccessful theme switch.
Prints an update nag after an unsuccessful attempt to switch to Twenty Fourteen on WordPress versions prior to 3.6.
Usage
twentyfourteen_upgrade_notice();
Parameters
Returns
void
Source
File name: twentyfourteen/inc/back-compat.php
Lines:
1 to 11 of 11
function twentyfourteen_upgrade_notice() { printf( '<div class="error"><p>%s</p></div>', sprintf( /* translators: %s: WordPress version. */ __( 'Twenty Fourteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentyfourteen' ), $GLOBALS['wp_version'] ) ); }