- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/back-compat.php
r30569 r42343 45 45 */ 46 46 function twentyfifteen_customize() { 47 wp_die( sprintf( __( 'Twenty Fifteen requires at least WordPress version 4.1. You are running version %s. Please upgrade and try again.', 'twentyfifteen' ), $GLOBALS['wp_version'] ), '', array( 48 'back_link' => true, 49 ) ); 47 wp_die( 48 sprintf( __( 'Twenty Fifteen requires at least WordPress version 4.1. You are running version %s. Please upgrade and try again.', 'twentyfifteen' ), $GLOBALS['wp_version'] ), '', array( 49 'back_link' => true, 50 ) 51 ); 50 52 } 51 53 add_action( 'load-customize.php', 'twentyfifteen_customize' );
Note: See TracChangeset
for help on using the changeset viewer.