imagery_layout_class small bug
-
A space is missing in the
imagery_layout_classfunction. The lineecho 'class="' . join( ' ', imagery_set_layout_class( $classes ) ) . '"';should be:
echo ' class="' . join( ' ', imagery_set_layout_class( $classes ) ) . '"';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘imagery_layout_class small bug’ is closed to new replies.
