Make WordPress Core

Ticket #40039: 40039-twentyfifteen.patch

File 40039-twentyfifteen.patch, 2.9 KB (added by manishsongirkar36, 8 years ago)

Added patch for twentyfifteen theme.

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

    diff --git wp-content/themes/twentyfifteen/404.php wp-content/themes/twentyfifteen/404.php
    index 43ff16d..ab685a4 100644
    get_header(); ?> 
    2727                </main><!-- .site-main -->
    2828        </div><!-- .content-area -->
    2929
    30 <?php get_footer(); ?>
     30<?php get_footer();
  • wp-content/themes/twentyfifteen/archive.php

    diff --git wp-content/themes/twentyfifteen/archive.php wp-content/themes/twentyfifteen/archive.php
    index bb6021e..f6f4e0e 100644
    get_header(); ?> 
    6161                </main><!-- .site-main -->
    6262        </section><!-- .content-area -->
    6363
    64 <?php get_footer(); ?>
     64<?php get_footer();
  • wp-content/themes/twentyfifteen/image.php

    diff --git wp-content/themes/twentyfifteen/image.php wp-content/themes/twentyfifteen/image.php
    index 5a471d4..f8d01a1 100644
    get_header(); ?> 
    9191                </main><!-- .site-main -->
    9292        </div><!-- .content-area -->
    9393
    94 <?php get_footer(); ?>
     94<?php get_footer();
  • wp-content/themes/twentyfifteen/index.php

    diff --git wp-content/themes/twentyfifteen/index.php wp-content/themes/twentyfifteen/index.php
    index db77651..b1fdf4f 100644
    get_header(); ?> 
    5858                </main><!-- .site-main -->
    5959        </div><!-- .content-area -->
    6060
    61 <?php get_footer(); ?>
     61<?php get_footer();
  • wp-content/themes/twentyfifteen/page.php

    diff --git wp-content/themes/twentyfifteen/page.php wp-content/themes/twentyfifteen/page.php
    index 5c7a0b0..a7ff0ee 100644
    get_header(); ?> 
    3535                </main><!-- .site-main -->
    3636        </div><!-- .content-area -->
    3737
    38 <?php get_footer(); ?>
     38<?php get_footer();
  • wp-content/themes/twentyfifteen/search.php

    diff --git wp-content/themes/twentyfifteen/search.php wp-content/themes/twentyfifteen/search.php
    index 3352841..8b82b6a 100644
    get_header(); ?> 
    5050                </main><!-- .site-main -->
    5151        </section><!-- .content-area -->
    5252
    53 <?php get_footer(); ?>
     53<?php get_footer();
  • wp-content/themes/twentyfifteen/sidebar.php

    diff --git wp-content/themes/twentyfifteen/sidebar.php wp-content/themes/twentyfifteen/sidebar.php
    index 02308ef..ff4b3c8 100644
    if ( has_nav_menu( 'primary' ) || has_nav_menu( 'social' ) || is_active_sidebar( 
    4444
    4545        </div><!-- .secondary -->
    4646
    47 <?php endif; ?>
     47<?php endif;
  • wp-content/themes/twentyfifteen/single.php

    diff --git wp-content/themes/twentyfifteen/single.php wp-content/themes/twentyfifteen/single.php
    index afbb7b5..c46b203 100644
    get_header(); ?> 
    4545                </main><!-- .site-main -->
    4646        </div><!-- .content-area -->
    4747
    48 <?php get_footer(); ?>
     48<?php get_footer();