Making WordPress.org


Ignore:
Timestamp:
04/15/2015 08:56:26 AM (10 years ago)
Author:
dd32
Message:

Theme Directory: Improve localisation by properly using a consistent text domain, and not relying upon strings contained within wp-admin.
This removes the Nav menu, replacing it with a hard-coded menu, and hard-coded site title.

File:
1 edited

Legend:

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

    r1300 r1477  
    1919
    2020            <div class="entry-content">
    21                 <?php the_content(); ?>
     21                <?php do_shortcode( '[wporg-themes-upload]' ); ?>
    2222            </div><!-- .entry-content -->
    2323
    24             <?php edit_post_link( __( 'Edit', 'wporg-themes' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer><!-- .entry-footer -->' ); ?>
    2524        </article><!-- #post-## -->
    2625
Note: See TracChangeset for help on using the changeset viewer.