Changeset 21489 for trunk/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 08/09/2012 06:20:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r21479 r21489 333 333 endif; 334 334 335 if ( ! function_exists( 'twentytwelve_is_categorized_site' ) ) : 335 336 /** 336 337 * Returns true if a blog has more than one category. … … 348 349 return true; 349 350 } 351 endif; 350 352 351 353 /**
Note: See TracChangeset
for help on using the changeset viewer.