`$count` is set in `get_post_galleries()` and never used, relic from PFUI RIP.

See #27882.

Built from https://develop.svn.wordpress.org/trunk@28550


git-svn-id: http://core.svn.wordpress.org/trunk@28376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-05-22 19:13:14 +00:00
parent abff6bf6cf
commit dd25ef25d9
1 changed files with 0 additions and 1 deletions

View File

@ -3030,7 +3030,6 @@ function get_post_galleries( $post, $html = true ) {
foreach ( $matches as $shortcode ) {
if ( 'gallery' === $shortcode[2] ) {
$srcs = array();
$count = 1;
$gallery = do_shortcode_tag( $shortcode );
if ( $html ) {