Ticket #3322: 3322.patch
| File 3322.patch, 559 bytes (added by , 8 years ago) |
|---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-support/index.php
7 7 8 8 get_header(); ?> 9 9 10 <?php while ( have_posts() ): the_post(); ?>10 <?php while ( have_posts() ) : the_post(); ?> 11 11 12 12 <?php the_content(); ?> 13 13 14 14 <?php endwhile; ?> 15 15 16 <?php get_footer(); ?>16 <?php get_footer();