Making WordPress.org


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.