From 38e7f8d4416e3ab19e879284cc9dc29954931c34 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Fri, 5 Jul 2013 20:37:12 +0000 Subject: [PATCH] Remove the_post_format_gallery(). see #24452. git-svn-id: https://develop.svn.wordpress.org/trunk@24570 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/media.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/wp-includes/media.php b/wp-includes/media.php index 450b8ab875..50394fc696 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -2242,15 +2242,6 @@ function get_post_gallery( $post_id = 0, $html = true ) { return reset( $data ); } -/** - * Output the first gallery in the current (@global) $post - * - * @since 3.6.0 - */ -function the_post_format_gallery() { - echo get_post_gallery(); -} - /** * Check a post's content for galleries and return the image srcs for the first found gallery *