Changeset 12351 for trunk/wp-settings.php
- Timestamp:
- 12/10/2009 06:14:36 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r12339 r12351 693 693 694 694 // Load in support for template functions which the theme supports 695 require_if_theme_supports( 'post- images', ABSPATH . WPINC . '/post-image-template.php' );695 require_if_theme_supports( 'post-thumbnails', ABSPATH . WPINC . '/post-thumbnail-template.php' ); 696 696 697 697 /**
Note: See TracChangeset
for help on using the changeset viewer.