Making WordPress.org


Ignore:
Timestamp:
04/15/2020 05:26:17 AM (6 years ago)
Author:
dd32
Message:

Theme Directory: Use better heading numbers for the Theme Directory.

Props afercia, poena, dufresnesteven, dd32.
Fixes #4113.
See #4110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php

    r9351 r9725  
    3333        <article id="post-<?php the_ID(); ?>" <?php post_class( 'wrap' ); ?>>
    3434            <header class="entry-header">
    35                 <h2 class="entry-title"><?php _e( 'Submit Your Theme or Theme Update to the Directory', 'wporg-themes' ); ?></h2>
     35                <h1 class="entry-title"><?php _e( 'Submit Your Theme or Theme Update to the Directory', 'wporg-themes' ); ?></h1>
    3636            </header><!-- .entry-header -->
    3737
    3838            <div class="entry-content">
    3939                <p><?php esc_html_e( 'Your theme will be submitted for review to be distributed on the official WordPress.org Theme Directory.', 'wporg-themes' ); ?></p>
    40                 <h3><?php esc_html_e( 'Read the requirements before updating a theme', 'wporg-themes' ); ?></h3>
     40                <h2><?php esc_html_e( 'Read the requirements before updating a theme', 'wporg-themes' ); ?></h2>
    4141                <p><?php printf(
    4242                    /* translators: 1: Link to WordPress.org; 2: Link to the Theme Handbook Required Review items. */
     
    4848                <?php the_content(); ?>
    4949                <div style="height: 20px;" aria-hidden="true" class="wp-block-spacer"></div>
    50                 <h3><?php esc_html_e( 'How to upload a theme update', 'wporg-themes' ); ?></h3>
     50                <h2><?php esc_html_e( 'How to upload a theme update', 'wporg-themes' ); ?></h2>
    5151                <p><?php printf(
    5252                    /* translators: 1: style.css; 2: themename.zip */
Note: See TracChangeset for help on using the changeset viewer.