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/js/build/blocks/archive-page/render.php

    r13333 r13341  
    2121
    2222    <?php
    23 
    24     // NOTE: wp-block-group-is-layout-grid is here as `wp-block-query-is-layout-grid`  is not supported yet by `wporg/link-wrapper`.
    2523    echo do_blocks( <<<BLOCKS
    2624        <!-- wp:wporg/filter-bar /-->
    2725        <!-- wp:query {"tagName":"div","className":"plugin-cards"} -->
    2826        <div class="wp-block-query plugin-cards">
    29                 <!-- wp:post-template {"className":"is-style-cards-grid wp-block-group-is-layout-grid","layout":{"type":"grid","minimumColumnWidth":"48%"}} -->
     27                <!-- wp:post-template {"className":"is-style-cards-grid","layout":{"type":"grid","minimumColumnWidth":"48%"}} -->
    3028                    <!-- wp:wporg/plugin-card /-->
    3129                <!-- /wp:post-template -->
Note: See TracChangeset for help on using the changeset viewer.