Changeset 12351 for trunk/wp-includes/theme.php
- Timestamp:
- 12/10/2009 06:14:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r12350 r12351 1322 1322 global $_wp_theme_features; 1323 1323 1324 if ( 'post-thumbnails' == $feature ) // This was changed during 2.9 beta. I'll be nice and not break things.1325 $feature = 'post-images';1326 1327 1324 if ( func_num_args() == 1 ) 1328 1325 $_wp_theme_features[$feature] = true; … … 1354 1351 // @todo Allow pluggable arg checking 1355 1352 switch ( $feature ) { 1356 case 'post- images':1353 case 'post-thumbnails': 1357 1354 // post-thumbnails can be registered for only certain content/post types by passing 1358 1355 // an array of types to add_theme_support(). If no array was passed, then
Note: See TracChangeset
for help on using the changeset viewer.