Changeset 31266 for trunk/src/wp-content/themes/twentyten/functions.php
- Timestamp:
- 01/22/2015 12:41:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r30145 r31266 571 571 $galleries = get_post_galleries( get_the_ID(), false ); 572 572 if ( isset( $galleries[0]['ids'] ) ) 573 573 $images = explode( ',', $galleries[0]['ids'] ); 574 574 } else { 575 575 $pattern = get_shortcode_regex();
Note: See TracChangeset
for help on using the changeset viewer.