mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Remove unused var. see #7692
git-svn-id: https://develop.svn.wordpress.org/trunk@9282 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -633,7 +633,6 @@ function gallery_shortcode($attr) {
|
||||
return $output;
|
||||
}
|
||||
|
||||
$listtag = tag_escape($listtag);
|
||||
$itemtag = tag_escape($itemtag);
|
||||
$captiontag = tag_escape($captiontag);
|
||||
$columns = intval($columns);
|
||||
|
||||
Reference in New Issue
Block a user