Changeset 1477 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
- Timestamp:
- 04/15/2015 08:56:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
r1300 r1477 19 19 20 20 <div class="entry-content"> 21 <?php the_content(); ?>21 <?php do_shortcode( '[wporg-themes-upload]' ); ?> 22 22 </div><!-- .entry-content --> 23 23 24 <?php edit_post_link( __( 'Edit', 'wporg-themes' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer><!-- .entry-footer -->' ); ?>25 24 </article><!-- #post-## --> 26 25
Note: See TracChangeset
for help on using the changeset viewer.