Make WordPress Core

Ticket #40039: 40039-twentythirteen.patch

File 40039-twentythirteen.patch, 5.0 KB (added by NomNom99, 8 years ago)

Removed closing php tags for twentythirteen theme

  • wp-content/themes/twentythirteen/404.php

    diff --git a/wp-content/themes/twentythirteen/404.php b/wp-content/themes/twentythirteen/404.php
    index eebc34b..2cf92a1 100644
    a b get_header(); ?> 
    2828                </div><!-- #content -->
    2929        </div><!-- #primary -->
    3030
    31 <?php get_footer(); ?>
    32  No newline at end of file
     31<?php get_footer();
  • wp-content/themes/twentythirteen/archive.php

    diff --git a/wp-content/themes/twentythirteen/archive.php b/wp-content/themes/twentythirteen/archive.php
    index 445db7e..ece33f2 100644
    a b get_header(); ?> 
    5252        </div><!-- #primary -->
    5353
    5454<?php get_sidebar(); ?>
    55 <?php get_footer(); ?>
     55<?php get_footer();
  • wp-content/themes/twentythirteen/author.php

    diff --git a/wp-content/themes/twentythirteen/author.php b/wp-content/themes/twentythirteen/author.php
    index c7b5d87..851992a 100644
    a b get_header(); ?> 
    5959        </div><!-- #primary -->
    6060
    6161<?php get_sidebar(); ?>
    62 <?php get_footer(); ?>
     62<?php get_footer();
  • wp-content/themes/twentythirteen/category.php

    diff --git a/wp-content/themes/twentythirteen/category.php b/wp-content/themes/twentythirteen/category.php
    index f82e0ab..24acbe6 100644
    a b get_header(); ?> 
    3838        </div><!-- #primary -->
    3939
    4040<?php get_sidebar(); ?>
    41 <?php get_footer(); ?>
     41<?php get_footer();
  • wp-content/themes/twentythirteen/image.php

    diff --git a/wp-content/themes/twentythirteen/image.php b/wp-content/themes/twentythirteen/image.php
    index c29caed..6be5fc4 100644
    a b get_header(); ?> 
    8787                </div><!-- #content -->
    8888        </div><!-- #primary -->
    8989
    90 <?php get_footer(); ?>
     90<?php get_footer();
  • wp-content/themes/twentythirteen/index.php

    diff --git a/wp-content/themes/twentythirteen/index.php b/wp-content/themes/twentythirteen/index.php
    index 1fe9b55..02dc44c 100644
    a b get_header(); ?> 
    3535        </div><!-- #primary -->
    3636
    3737<?php get_sidebar(); ?>
    38 <?php get_footer(); ?>
     38<?php get_footer();
  • wp-content/themes/twentythirteen/page.php

    diff --git a/wp-content/themes/twentythirteen/page.php b/wp-content/themes/twentythirteen/page.php
    index 5545367..30f835a 100644
    a b get_header(); ?> 
    4747        </div><!-- #primary -->
    4848
    4949<?php get_sidebar(); ?>
    50 <?php get_footer(); ?>
    51  No newline at end of file
     50<?php get_footer();
  • wp-content/themes/twentythirteen/search.php

    diff --git a/wp-content/themes/twentythirteen/search.php b/wp-content/themes/twentythirteen/search.php
    index 1519c13..bf448dc 100644
    a b get_header(); ?> 
    3333        </div><!-- #primary -->
    3434
    3535<?php get_sidebar(); ?>
    36 <?php get_footer(); ?>
    37  No newline at end of file
     36<?php get_footer();
  • wp-content/themes/twentythirteen/sidebar-main.php

    diff --git a/wp-content/themes/twentythirteen/sidebar-main.php b/wp-content/themes/twentythirteen/sidebar-main.php
    index 3c700ad..6374929 100644
    a b if ( is_active_sidebar( 'sidebar-1' ) ) : ?> 
    1515                        <?php dynamic_sidebar( 'sidebar-1' ); ?>
    1616                </div><!-- .widget-area -->
    1717        </div><!-- #secondary -->
    18 <?php endif; ?>
    19  No newline at end of file
     18<?php endif;
  • wp-content/themes/twentythirteen/sidebar.php

    diff --git a/wp-content/themes/twentythirteen/sidebar.php b/wp-content/themes/twentythirteen/sidebar.php
    index cb5cf98..a22f0d5 100644
    a b if ( is_active_sidebar( 'sidebar-2' ) ) : ?> 
    1919                        </div><!-- .widget-area -->
    2020                </div><!-- .sidebar-inner -->
    2121        </div><!-- #tertiary -->
    22 <?php endif; ?>
    23  No newline at end of file
     22<?php endif;
  • wp-content/themes/twentythirteen/single.php

    diff --git a/wp-content/themes/twentythirteen/single.php b/wp-content/themes/twentythirteen/single.php
    index 1694a0d..f1b8c92 100644
    a b get_header(); ?> 
    2525        </div><!-- #primary -->
    2626
    2727<?php get_sidebar(); ?>
    28 <?php get_footer(); ?>
    29  No newline at end of file
     28<?php get_footer();
  • wp-content/themes/twentythirteen/tag.php

    diff --git a/wp-content/themes/twentythirteen/tag.php b/wp-content/themes/twentythirteen/tag.php
    index f00180d..4d943f7 100644
    a b get_header(); ?> 
    4040        </div><!-- #primary -->
    4141
    4242<?php get_sidebar(); ?>
    43 <?php get_footer(); ?>
     43<?php get_footer();
  • wp-content/themes/twentythirteen/taxonomy-post_format.php

    diff --git a/wp-content/themes/twentythirteen/taxonomy-post_format.php b/wp-content/themes/twentythirteen/taxonomy-post_format.php
    index 3cf2970..b75742a 100644
    a b get_header(); ?> 
    3838        </div><!-- #primary -->
    3939
    4040<?php get_sidebar(); ?>
    41 <?php get_footer(); ?>
     41<?php get_footer();