Making WordPress.org

Changeset 13767


Ignore:
Timestamp:
06/04/2024 01:05:28 AM (21 months ago)
Author:
dufresnesteven
Message:

wporg-plugins-2024: Update in-content heading to sentence case.

See: https://github.com/WordPress/wordpress.org/issues/318

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

Legend:

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

    r13765 r13767  
    119119    <?php
    120120    the_widget( 'WP_Widget_Text', array(
    121         'title' => __( 'Add Your Plugin', 'wporg-plugins' ),
     121        'title' => __( 'Add your plugin', 'wporg-plugins' ),
    122122        'text'  => sprintf(
    123123            /* translators: URL to Developers page. */
     
    128128
    129129    the_widget( 'WP_Widget_Text', array(
    130         'title' => __( 'Create a Plugin', 'wporg-plugins' ),
     130        'title' => __( 'Create a plugin', 'wporg-plugins' ),
    131131        'text'  => sprintf(
    132132            /* translators: URL to Developer Handbook. */
     
    137137
    138138    the_widget( 'WP_Widget_Text', array(
    139         'title' => __( 'Stay Up-to-Date', 'wporg-plugins' ),
     139        'title' => __( 'Stay up-to-date', 'wporg-plugins' ),
    140140        'text'  => sprintf(
    141141            /* translators: URL to make/plugins site. */
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-add.php

    r13730 r13767  
    1010
    1111?>
    12 <h1 style="margin-bottom:var(--wp--preset--spacing--30);" class="wp-block-post-title"><?php esc_html_e( 'Add Your Plugin', 'wporg-plugins' ); ?></h1>
     12<h1 style="margin-bottom:var(--wp--preset--spacing--30);" class="wp-block-post-title"><?php esc_html_e( 'Add your plugin', 'wporg-plugins' ); ?></h1>
    1313
    1414<div class="entry-content">
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-developers.php

    r13578 r13767  
    1010
    1111?>
    12 <h1 style="margin-bottom:var(--wp--preset--spacing--30);" class="wp-block-post-title"><?php esc_html_e( 'Developer Information', 'wporg-plugins' ); ?></h1>
     12<h1 style="margin-bottom:var(--wp--preset--spacing--30);" class="wp-block-post-title"><?php esc_html_e( 'Developer information', 'wporg-plugins' ); ?></h1>
    1313
    1414<div class="entry-content">
     
    5050    </ul>
    5151
    52     <h3><?php esc_html_e( 'Submission is Simple', 'wporg-plugins' ); ?></h3>
     52    <h3><?php esc_html_e( 'Submission is simple', 'wporg-plugins' ); ?></h3>
    5353    <ol>
    5454        <li>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/src/blocks/front-page/render.php

    r13765 r13767  
    119119    <?php
    120120    the_widget( 'WP_Widget_Text', array(
    121         'title' => __( 'Add Your Plugin', 'wporg-plugins' ),
     121        'title' => __( 'Add your plugin', 'wporg-plugins' ),
    122122        'text'  => sprintf(
    123123            /* translators: URL to Developers page. */
     
    128128
    129129    the_widget( 'WP_Widget_Text', array(
    130         'title' => __( 'Create a Plugin', 'wporg-plugins' ),
     130        'title' => __( 'Create a plugin', 'wporg-plugins' ),
    131131        'text'  => sprintf(
    132132            /* translators: URL to Developer Handbook. */
     
    137137
    138138    the_widget( 'WP_Widget_Text', array(
    139         'title' => __( 'Stay Up-to-Date', 'wporg-plugins' ),
     139        'title' => __( 'Stay up-to-date', 'wporg-plugins' ),
    140140        'text'  => sprintf(
    141141            /* translators: URL to make/plugins site. */
Note: See TracChangeset for help on using the changeset viewer.