- Timestamp:
- 07/28/2025 07:16:52 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/back-compat.php
r51155 r60519 13 13 14 14 /** 15 * Prevent switching to Twenty Fourteen on old versions of WordPress.15 * Prevents switching to Twenty Fourteen on old versions of WordPress. 16 16 * 17 17 * Switches to the default theme. … … 27 27 28 28 /** 29 * Add message for unsuccessful theme switch.29 * Adds message for unsuccessful theme switch. 30 30 * 31 31 * Prints an update nag after an unsuccessful attempt to switch to … … 46 46 47 47 /** 48 * Prevent the Customizer from being loaded on WordPress versions prior to 3.6.48 * Prevents the Customizer from being loaded on WordPress versions prior to 3.6. 49 49 * 50 50 * @since Twenty Fourteen 1.0 … … 66 66 67 67 /** 68 * Prevent the Theme Preview from being loaded on WordPress versions prior to 3.4.68 * Prevents the Theme Preview from being loaded on WordPress versions prior to 3.4. 69 69 * 70 70 * @since Twenty Fourteen 1.0
Note: See TracChangeset
for help on using the changeset viewer.