Nestled question
-
Hi
Is’n this div nestled wrong?
// Create HTML and return it $output = ' <figure' . $attributes .'><div>' . do_shortcode( $content ) . '<figcaption class="wp-caption-text">' . $attr['caption'] . '</div></figcaption>' . '</figure> ';instead:
// Create HTML and return it $output = ' <figure' . $attributes .'><div>' . do_shortcode( $content ) . '<figcaption class="wp-caption-text">' . $attr['caption'] . '</figcaption></div>' . '</figure> ';
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Nestled question’ is closed to new replies.