- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/inc/back-compat.php
r40851 r42343 51 51 */ 52 52 function twentysixteen_customize() { 53 wp_die( sprintf( __( 'Twenty Sixteen requires at least WordPress version 4.4. You are running version %s. Please upgrade and try again.', 'twentysixteen' ), $GLOBALS['wp_version'] ), '', array( 54 'back_link' => true, 55 ) ); 53 wp_die( 54 sprintf( __( 'Twenty Sixteen requires at least WordPress version 4.4. You are running version %s. Please upgrade and try again.', 'twentysixteen' ), $GLOBALS['wp_version'] ), '', array( 55 'back_link' => true, 56 ) 57 ); 56 58 } 57 59 add_action( 'load-customize.php', 'twentysixteen_customize' );
Note: See TracChangeset
for help on using the changeset viewer.