Changeset 14467
- Timestamp:
- 06/11/2025 03:41:10 PM (8 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024
- Files:
-
- 2 edited
-
build/blocks/front-page/render.php (modified) (2 diffs)
-
src/blocks/front-page/render.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/build/blocks/front-page/render.php
r13767 r14467 8 8 9 9 $sections = array( 10 'blocks' => __( 'Block-Enabled plugins', 'wporg-plugins' ),11 10 'featured' => __( 'Featured plugins', 'wporg-plugins' ), 12 11 'beta' => __( 'Beta plugins', 'wporg-plugins' ), 13 12 'favorites' => __( 'My favorites', 'wporg-plugins' ), 14 13 'popular' => __( 'Popular plugins', 'wporg-plugins' ), 14 'blocks' => __( 'Block-Enabled plugins', 'wporg-plugins' ), 15 15 ); 16 16 … … 36 36 'post_type' => 'plugin', 37 37 'post_status' => 'publish', 38 'posts_per_page' => 4,38 'posts_per_page' => 6, 39 39 'browse' => $browse, 40 40 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/src/blocks/front-page/render.php
r13767 r14467 8 8 9 9 $sections = array( 10 'blocks' => __( 'Block-Enabled plugins', 'wporg-plugins' ),11 10 'featured' => __( 'Featured plugins', 'wporg-plugins' ), 12 11 'beta' => __( 'Beta plugins', 'wporg-plugins' ), 13 12 'favorites' => __( 'My favorites', 'wporg-plugins' ), 14 13 'popular' => __( 'Popular plugins', 'wporg-plugins' ), 14 'blocks' => __( 'Block-Enabled plugins', 'wporg-plugins' ), 15 15 ); 16 16 … … 36 36 'post_type' => 'plugin', 37 37 'post_status' => 'publish', 38 'posts_per_page' => 4,38 'posts_per_page' => 6, 39 39 'browse' => $browse, 40 40 );
Note: See TracChangeset
for help on using the changeset viewer.