Changeset 24195 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 05/07/2013 09:57:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r24145 r24195 529 529 $images = array(); 530 530 531 if ( function_exists( 'get_post_galler y_images' ) ) {532 $galleries = get_post_galleries( );531 if ( function_exists( 'get_post_galleries' ) ) { 532 $galleries = get_post_galleries( get_the_ID(), false ); 533 533 if ( isset( $galleries[0]['ids'] ) ) 534 534 $images = explode( ',', $galleries[0]['ids'] );
Note: See TracChangeset
for help on using the changeset viewer.