Making WordPress.org


Ignore:
Timestamp:
03/15/2024 03:31:54 AM (2 years ago)
Author:
dd32
Message:

wporg-plugins-2024: Remove the forced group-classname now that it's supported upstream.

See https://github.com/WordPress/wporg-parent-2021/commit/2e61c8494c930234ff7cf2686fd020ed6462fef3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/src/blocks/search-page/render.php

    r13333 r13341  
    2323
    2424    <?php
    25     // NOTE: wp-block-group-is-layout-grid is here as `wp-block-query-is-layout-grid` is not supported yet by `wporg/link-wrapper`.
    2625    echo do_blocks( <<<BLOCKS
    2726        <!-- wp:wporg/filter-bar /-->
    2827        <!-- wp:query {"tagName":"div","className":"plugin-cards"} -->
    2928        <div class="wp-block-query plugin-cards">
    30                 <!-- wp:post-template {"className":"is-style-cards-grid wp-block-group-is-layout-grid","layout":{"type":"grid","minimumColumnWidth":"48%"}} -->
     29                <!-- wp:post-template {"className":"is-style-cards-grid","layout":{"type":"grid","minimumColumnWidth":"48%"}} -->
    3130                    <!-- wp:wporg/plugin-card /-->
    3231                <!-- /wp:post-template -->
Note: See TracChangeset for help on using the changeset viewer.