Making WordPress.org


Ignore:
Timestamp:
09/14/2016 08:04:57 AM (8 years ago)
Author:
coffee2code
Message:

Theme Directory: Change header title for upload page to clarify that the form is also for theme update submissions.

Props BinaryMoon, rabmalin.
Fixes #1651.

File:
1 edited

Legend:

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

    r3605 r4054  
    1515        <article id="post-<?php the_ID(); ?>" <?php post_class( 'wrap' ); ?>>
    1616            <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>
    1818            </header><!-- .entry-header -->
    1919
Note: See TracChangeset for help on using the changeset viewer.