- Timestamp:
- 07/29/2025 12:56:16 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/back-compat.php
r51155 r60521 13 13 14 14 /** 15 * Prevent switching to Twenty Fifteen on old versions of WordPress.15 * Prevents switching to Twenty Fifteen 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 4.1.48 * Prevents the Customizer from being loaded on WordPress versions prior to 4.1. 49 49 * 50 50 * @since Twenty Fifteen 1.0 … … 66 66 67 67 /** 68 * Prevent the Theme Preview from being loaded on WordPress versions prior to 4.1.68 * Prevents the Theme Preview from being loaded on WordPress versions prior to 4.1. 69 69 * 70 70 * @since Twenty Fifteen 1.0
Note: See TracChangeset
for help on using the changeset viewer.