Changeset 9725 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
- Timestamp:
- 04/15/2020 05:26:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
r9351 r9725 33 33 <article id="post-<?php the_ID(); ?>" <?php post_class( 'wrap' ); ?>> 34 34 <header class="entry-header"> 35 <h 2 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> 36 36 </header><!-- .entry-header --> 37 37 38 38 <div class="entry-content"> 39 39 <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 <h 3><?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> 41 41 <p><?php printf( 42 42 /* translators: 1: Link to WordPress.org; 2: Link to the Theme Handbook Required Review items. */ … … 48 48 <?php the_content(); ?> 49 49 <div style="height: 20px;" aria-hidden="true" class="wp-block-spacer"></div> 50 <h 3><?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> 51 51 <p><?php printf( 52 52 /* translators: 1: style.css; 2: themename.zip */
Note: See TracChangeset
for help on using the changeset viewer.