Fixing dead variables and params

This commit is contained in:
alexsomeoddpilot
2014-10-30 09:24:33 -05:00
parent 246594f230
commit 2e470c7903
4 changed files with 4 additions and 3 deletions

View File

@@ -123,7 +123,6 @@ if (current_theme_supports('bootstrap-gallery')) {
* Add class="thumbnail img-thumbnail" to attachment items
*/
function roots_attachment_link_class($html) {
$postid = get_the_ID();
$html = str_replace('<a', '<a class="thumbnail img-thumbnail"', $html);
return $html;
}