Make WordPress Core

Ticket #40039: 40039-twentyten.diff

File 40039-twentyten.diff, 6.0 KB (added by milindmore22, 8 years ago)

removed closing php tag from Tewnty ten theme

  • src/wp-content/themes/twentyten/404.php

    diff --git src/wp-content/themes/twentyten/404.php src/wp-content/themes/twentyten/404.php
    index 6cc489c..04a1def 100644
    get_header(); ?> 
    2727                document.getElementById('s') && document.getElementById('s').focus();
    2828        </script>
    2929
    30 <?php get_footer(); ?>
    31  No newline at end of file
     30<?php get_footer();
  • src/wp-content/themes/twentyten/archive.php

    diff --git src/wp-content/themes/twentyten/archive.php src/wp-content/themes/twentyten/archive.php
    index 138b088..0632f71 100644
    get_header(); ?> 
    6161                </div><!-- #container -->
    6262
    6363<?php get_sidebar(); ?>
    64 <?php get_footer(); ?>
     64<?php get_footer();
     65
  • src/wp-content/themes/twentyten/attachment.php

    diff --git src/wp-content/themes/twentyten/attachment.php src/wp-content/themes/twentyten/attachment.php
    index 45c3378..7527e98 100644
    get_header(); ?> 
    2424                        </div><!-- #content -->
    2525                </div><!-- #container -->
    2626
    27 <?php get_footer(); ?>
     27<?php get_footer();
     28
  • src/wp-content/themes/twentyten/author.php

    diff --git src/wp-content/themes/twentyten/author.php src/wp-content/themes/twentyten/author.php
    index 2b221b5..5756f2c 100644
    if ( get_the_author_meta( 'description' ) ) : ?> 
    6969                </div><!-- #container -->
    7070
    7171<?php get_sidebar(); ?>
    72 <?php get_footer(); ?>
     72<?php get_footer();
     73
  • src/wp-content/themes/twentyten/category.php

    diff --git src/wp-content/themes/twentyten/category.php src/wp-content/themes/twentyten/category.php
    index 50ffbf3..7a0bd66 100644
    get_header(); ?> 
    3232                </div><!-- #container -->
    3333
    3434<?php get_sidebar(); ?>
    35 <?php get_footer(); ?>
     35<?php get_footer();
     36
  • src/wp-content/themes/twentyten/index.php

    diff --git src/wp-content/themes/twentyten/index.php src/wp-content/themes/twentyten/index.php
    index 4271ac3..75050e3 100644
    get_header(); ?> 
    3030                </div><!-- #container -->
    3131
    3232<?php get_sidebar(); ?>
    33 <?php get_footer(); ?>
     33<?php get_footer();
     34
  • src/wp-content/themes/twentyten/loop-attachment.php

    diff --git src/wp-content/themes/twentyten/loop-attachment.php src/wp-content/themes/twentyten/loop-attachment.php
    index a2dfae6..1211d53 100644
     
    129129
    130130<?php comments_template(); ?>
    131131
    132 <?php endwhile; // end of the loop. ?>
     132<?php endwhile; // end of the loop.
     133
  • src/wp-content/themes/twentyten/loop-page.php

    diff --git src/wp-content/themes/twentyten/loop-page.php src/wp-content/themes/twentyten/loop-page.php
    index 989881f..e17dcd8 100644
     
    3333
    3434                                <?php comments_template( '', true ); ?>
    3535
    36 <?php endwhile; // end of the loop. ?>
     36<?php endwhile; // end of the loop.
     37
  • src/wp-content/themes/twentyten/loop-single.php

    diff --git src/wp-content/themes/twentyten/loop-single.php src/wp-content/themes/twentyten/loop-single.php
    index 68dd08f..a163fcd 100644
     
    6767
    6868                                <?php comments_template( '', true ); ?>
    6969
    70 <?php endwhile; // end of the loop. ?>
     70<?php endwhile; // end of the loop.
     71
  • src/wp-content/themes/twentyten/loop.php

    diff --git src/wp-content/themes/twentyten/loop.php src/wp-content/themes/twentyten/loop.php
    index 9f30885..8cbe0d2 100644
     
    179179                                        <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
    180180                                        <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
    181181                                </div><!-- #nav-below -->
    182 <?php endif; ?>
     182<?php endif;
     183
  • src/wp-content/themes/twentyten/onecolumn-page.php

    diff --git src/wp-content/themes/twentyten/onecolumn-page.php src/wp-content/themes/twentyten/onecolumn-page.php
    index 457e04b..9512886 100644
    get_header(); ?> 
    2929                        </div><!-- #content -->
    3030                </div><!-- #container -->
    3131
    32 <?php get_footer(); ?>
     32<?php get_footer();
     33
  • src/wp-content/themes/twentyten/page.php

    diff --git src/wp-content/themes/twentyten/page.php src/wp-content/themes/twentyten/page.php
    index 70029db..52baee3 100644
    get_header(); ?> 
    3030                </div><!-- #container -->
    3131
    3232<?php get_sidebar(); ?>
    33 <?php get_footer(); ?>
     33<?php get_footer();
     34
  • src/wp-content/themes/twentyten/search.php

    diff --git src/wp-content/themes/twentyten/search.php src/wp-content/themes/twentyten/search.php
    index a3fa97b..a431cbb 100644
    get_header(); ?> 
    3535                </div><!-- #container -->
    3636
    3737<?php get_sidebar(); ?>
    38 <?php get_footer(); ?>
     38<?php get_footer();
     39
  • src/wp-content/themes/twentyten/sidebar.php

    diff --git src/wp-content/themes/twentyten/sidebar.php src/wp-content/themes/twentyten/sidebar.php
    index 75ec6a1..bb968f4 100644
     
    5454                        </ul>
    5555                </div><!-- #secondary .widget-area -->
    5656
    57 <?php endif; ?>
     57<?php endif;
     58
  • src/wp-content/themes/twentyten/single.php

    diff --git src/wp-content/themes/twentyten/single.php src/wp-content/themes/twentyten/single.php
    index 4e64ec7..b266a59 100644
    get_header(); ?> 
    2525                </div><!-- #container -->
    2626
    2727<?php get_sidebar(); ?>
    28 <?php get_footer(); ?>
     28<?php get_footer();
     29
  • src/wp-content/themes/twentyten/tag.php

    diff --git src/wp-content/themes/twentyten/tag.php src/wp-content/themes/twentyten/tag.php
    index 01ae6cd..29cef0f 100644
    get_template_part( 'loop', 'tag' ); 
    2828                </div><!-- #container -->
    2929
    3030<?php get_sidebar(); ?>
    31 <?php get_footer(); ?>
     31<?php get_footer();
     32