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/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>
Note: See TracChangeset for help on using the changeset viewer.