diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
index 4e68d7d..c0e0a1a 100644
|
|
if ( have_posts() ) : |
14 | 14 | |
15 | 15 | <article id="post-<?php the_ID(); ?>" <?php post_class( 'wrap' ); ?>> |
16 | 16 | <header class="entry-header"> |
17 | | <h2 class="entry-title"><?php _e( 'Add Your Theme to the Directory', 'wporg-themes' ); ?></h2> |
| 17 | <h2 class="entry-title"><?php _e( 'Submit Your Theme or Theme Update to the Directory', 'wporg-themes' ); ?></h2> |
18 | 18 | </header><!-- .entry-header --> |
19 | 19 | |
20 | 20 | <div class="entry-content"> |