Make WordPress Core


Ignore:
Timestamp:
07/05/2013 08:37:12 PM (11 years ago)
Author:
ocean90
Message:

Remove the_post_format_gallery(). see #24452.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r24569 r24570  
    22442244
    22452245/**
    2246  * Output the first gallery in the current (@global) $post
    2247  *
    2248  * @since 3.6.0
    2249  */
    2250 function the_post_format_gallery() {
    2251     echo get_post_gallery();
    2252 }
    2253 
    2254 /**
    22552246 * Check a post's content for galleries and return the image srcs for the first found gallery
    22562247 *
Note: See TracChangeset for help on using the changeset viewer.