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 Fifteen on WordPress versions prior to 4.1.
Usage
twentyfifteen_upgrade_notice();
Parameters
Returns
void
Source
File name: twentyfifteen/inc/back-compat.php
Lines:
1 to 11 of 11
function twentyfifteen_upgrade_notice() { printf( '<div class="error"><p>%s</p></div>', sprintf( /* translators: %s: WordPress version. */ __( 'Twenty Fifteen requires at least WordPress version 4.1. You are running version %s. Please upgrade and try again.', 'twentyfifteen' ), $GLOBALS['wp_version'] ) ); }