Making WordPress.org

Changeset 13924


Ignore:
Timestamp:
07/26/2024 02:49:41 AM (7 weeks ago)
Author:
dd32
Message:

Plugins: Fix incorrect textdomains.

Fixes https://github.com/WordPress/wordpress.org/issues/353

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/front-page-header.php

    r13735 r13924  
    1414        'Extend your WordPress experience! Browse over %s free plugins.',
    1515        $count,
    16         'wporg-themes'
     16        'wporg-plugins'
    1717    ),
    1818    number_format_i18n( $count )
     
    2929   
    3030        <!-- wp:heading {"level":1,"style":{"typography":{"fontSize":"50px","fontStyle":"normal","fontWeight":"400"}},"fontFamily":"eb-garamond"} -->
    31         <h1 class="wp-block-heading has-eb-garamond-font-family" style="font-size:50px;font-style:normal;font-weight:400"><?php esc_html_e( 'Plugins', 'wporg' ); ?></h1>
     31        <h1 class="wp-block-heading has-eb-garamond-font-family" style="font-size:50px;font-style:normal;font-weight:400"><?php esc_html_e( 'Plugins', 'wporg-plugins' ); ?></h1>
    3232        <!-- /wp:heading -->
    3333
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/full-width-search.php

    r13855 r13924  
    1010<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20"},"padding":{"right":"var:preset|spacing|edge-space","left":"var:preset|spacing|edge-space"}}}} -->
    1111<div class="wp-block-group alignfull" style="margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)">
    12     <!-- wp:search {"label":"<?php esc_attr_e( 'Search plugins', 'wporg' ); ?>","showLabel":false,"placeholder":"<?php esc_attr_e( 'Search plugins', 'wporg' ); ?>","width":232,"widthUnit":"px","buttonText":"<?php esc_attr_e( 'Search plugins', 'wporg' ); ?>","buttonPosition":"button-inside","buttonUseIcon":true} /-->
     12    <!-- wp:search {"label":"<?php esc_attr_e( 'Search plugins', 'wporg-plugins' ); ?>","showLabel":false,"placeholder":"<?php esc_attr_e( 'Search plugins', 'wporg-plugins' ); ?>","width":232,"widthUnit":"px","buttonText":"<?php esc_attr_e( 'Search plugins', 'wporg-plugins' ); ?>","buttonPosition":"button-inside","buttonUseIcon":true} /-->
    1313</div>
    1414<!-- /wp:group -->
Note: See TracChangeset for help on using the changeset viewer.