Changeset 24194
- Timestamp:
- 05/07/2013 09:56:29 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyeleven/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/functions.php
r24050 r24194 641 641 $images = array(); 642 642 643 if ( function_exists( 'get_post_galler y_images' ) ) {644 $galleries = get_post_galleries( );643 if ( function_exists( 'get_post_galleries' ) ) { 644 $galleries = get_post_galleries( get_the_ID(), false ); 645 645 if ( isset( $galleries[0]['ids'] ) ) 646 646 $images = explode( ',', $galleries[0]['ids'] );
Note: See TracChangeset
for help on using the changeset viewer.