Changeset 1477 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
- Timestamp:
- 04/15/2015 08:56:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
r1367 r1477 54 54 </p> 55 55 56 <?php the_content(); ?> 56 <p> 57 <a class="button button-primary" href="<?php echo home_url('/upload/'); ?>"><?php _e( 'Upload your theme', 'wporg-themes' ); ?></a> 58 </p> 57 59 </div><!-- .entry-content --> 58 60 59 <?php edit_post_link( __( 'Edit', 'wporg-themes' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer><!-- .entry-footer -->' ); ?>60 61 </article><!-- #post-## --> 61 62
Note: See TracChangeset
for help on using the changeset viewer.