Changeset 14175
- Timestamp:
- 04/21/2010 05:14:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r14152 r14175 1177 1177 * Checks that current theme files 'index.php' and 'style.css' exists. 1178 1178 * 1179 * Does not check the 'default' theme. The 'default' theme should always exist 1180 * or should have another theme renamed to that template name and directory 1181 * path. Will switch theme to default if current theme does not validate. 1179 * Does not check the fallback theme. The fallback theme should always exist. 1180 * Will switch theme to the fallback theme if current theme does not validate. 1182 1181 * You can use the 'validate_current_theme' filter to return FALSE to 1183 1182 * disable this functionality. 1184 1183 * 1185 1184 * @since 1.5.0 1185 * @see WP_FALLBACK_THEME 1186 1186 * 1187 1187 * @return bool
Note: See TracChangeset
for help on using the changeset viewer.