PluginProbe
Post Grid Gutenberg Blocks – PostX / 5.0.41
Post Grid Gutenberg Blocks – PostX v5.0.41
5.0.41 5.0.39 5.0.38 5.0.37 5.0.36 5.0.35 5.0.34 5.0.33 5.0.32 5.0.31 5.0.30 5.0.29 5.0.28 5.0.27 5.0.26 5.0.25 5.0.23 5.0.24 5.0.22 5.0.21 5.0.20 5.0.19 5.0.18 5.0.17 2.1.1 All 238 releases
← All changes | blocks/Post_Grid_2.php +1 -1 5.0.325.0.41 View file →
@@ -263,9 +263,9 @@
263 263 // Pagination Block Html
264 264 include ULTP_PATH . 'blocks/template/pagination_block.php';
265 265
266 266 $wraper_before .= '<div ' . ( $attr['advanceId'] ? 'id="' . $attr['advanceId'] . '" ' : '' ) . ' class="ultp-post-grid-block wp-block-ultimate-post-' . $block_name . ' ultp-block-' . $attr['blockId'] . '' . ( $attr['align'] ? ' align' . $attr['align'] : '' ) . '' . ( $attr['className'] ? ' ' . $attr['className'] : '' ) . ' ' . $iscroll . '">';
267 - $wraper_before .= '<div class="ultp-block-wrapper ' . $wrap_data . '">';
267 + $wraper_before .= '<div class="ultp-block-wrapper" ' . $wrap_data . '>';
268 268
269 269 // Loading
270 270 $wraper_before .= ultimate_post()->postx_loading();
271 271