Changeset 24570 for trunk/wp-includes/media.php
- Timestamp:
- 07/05/2013 08:37:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r24569 r24570 2244 2244 2245 2245 /** 2246 * Output the first gallery in the current (@global) $post2247 *2248 * @since 3.6.02249 */2250 function the_post_format_gallery() {2251 echo get_post_gallery();2252 }2253 2254 /**2255 2246 * Check a post's content for galleries and return the image srcs for the first found gallery 2256 2247 *
Note: See TracChangeset
for help on using the changeset viewer.