'', 'align' => 'alignnone', 'width' => '', 'caption' => '' ), $attr)); if ( 1 > (int) $width || empty($caption) ) return $content; if ( $id ) $idtag = 'id="' . esc_attr($id) . '" '; $align = 'class="' . esc_attr($align) . '" '; return '
' . do_shortcode( $content ) . '
' . $caption . '
'; } add_shortcode('wp_caption', 'autofocus_img_caption_shortcode'); add_shortcode('caption', 'autofocus_img_caption_shortcode'); ?>