Ticket #27115: 27115-twenty-thirteen.patch
File 27115-twenty-thirteen.patch, 7.6 KB (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentythirteen/archive.php
10 10 * already has tag.php for Tag archives, category.php for Category archives, 11 11 * and author.php for Author archives. 12 12 * 13 * @link http ://codex.wordpress.org/Template_Hierarchy13 * @link https://codex.wordpress.org/Template_Hierarchy 14 14 * 15 15 * @package WordPress 16 16 * @subpackage Twenty_Thirteen … … 52 52 </div><!-- #primary --> 53 53 54 54 <?php get_sidebar(); ?> 55 <?php get_footer(); ?> 56 No newline at end of file 55 <?php get_footer(); ?> -
src/wp-content/themes/twentythirteen/author.php
2 2 /** 3 3 * The template for displaying Author archive pages 4 4 * 5 * @link http ://codex.wordpress.org/Template_Hierarchy5 * @link https://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package WordPress 8 8 * @subpackage Twenty_Thirteen … … 59 59 </div><!-- #primary --> 60 60 61 61 <?php get_sidebar(); ?> 62 <?php get_footer(); ?> 63 No newline at end of file 62 <?php get_footer(); ?> -
src/wp-content/themes/twentythirteen/category.php
2 2 /** 3 3 * The template for displaying Category pages 4 4 * 5 * @link http ://codex.wordpress.org/Template_Hierarchy5 * @link https://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package WordPress 8 8 * @subpackage Twenty_Thirteen … … 38 38 </div><!-- #primary --> 39 39 40 40 <?php get_sidebar(); ?> 41 <?php get_footer(); ?> 42 No newline at end of file 41 <?php get_footer(); ?> -
src/wp-content/themes/twentythirteen/functions.php
6 6 * theme as custom template tags. Others are attached to action and filter 7 7 * hooks in WordPress to change core functionality. 8 8 * 9 * When using a child theme (see http ://codex.wordpress.org/Theme_Development10 * and http ://codex.wordpress.org/Child_Themes), you can override certain9 * When using a child theme (see https://codex.wordpress.org/Theme_Development 10 * and https://codex.wordpress.org/Child_Themes), you can override certain 11 11 * functions (those wrapped in a function_exists() call) by defining them first 12 12 * in your child theme's functions.php file. The child theme's functions.php 13 13 * file is included before the parent theme's file, so the child theme … … 16 16 * Functions that are not pluggable (not wrapped in function_exists()) are 17 17 * instead attached to a filter or action hook. 18 18 * 19 * For more information on hooks, actions, and filters, @link http ://codex.wordpress.org/Plugin_API19 * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API 20 20 * 21 21 * @package WordPress 22 22 * @subpackage Twenty_Thirteen … … 87 87 88 88 /* 89 89 * This theme supports all available post formats by default. 90 * See http ://codex.wordpress.org/Post_Formats90 * See https://codex.wordpress.org/Post_Formats 91 91 */ 92 92 add_theme_support( 'post-formats', array( 93 93 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' -
src/wp-content/themes/twentythirteen/image.php
2 2 /** 3 3 * The template for displaying image attachments 4 4 * 5 * @link http ://codex.wordpress.org/Template_Hierarchy5 * @link https://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package WordPress 8 8 * @subpackage Twenty_Thirteen … … 79 79 </div><!-- #content --> 80 80 </div><!-- #primary --> 81 81 82 <?php get_footer(); ?> 83 No newline at end of file 82 <?php get_footer(); ?> -
src/wp-content/themes/twentythirteen/inc/custom-header.php
2 2 /** 3 3 * Implement a custom header for Twenty Thirteen 4 4 * 5 * @link http ://codex.wordpress.org/Custom_Headers5 * @link https://codex.wordpress.org/Custom_Headers 6 6 * 7 7 * @package WordPress 8 8 * @subpackage Twenty_Thirteen -
src/wp-content/themes/twentythirteen/index.php
7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * For example, it puts together the home page when no home.php file exists. 9 9 * 10 * @link http ://codex.wordpress.org/Template_Hierarchy10 * @link https://codex.wordpress.org/Template_Hierarchy 11 11 * 12 12 * @package WordPress 13 13 * @subpackage Twenty_Thirteen … … 35 35 </div><!-- #primary --> 36 36 37 37 <?php get_sidebar(); ?> 38 <?php get_footer(); ?> 39 No newline at end of file 38 <?php get_footer(); ?> -
src/wp-content/themes/twentythirteen/rtl.css
4 4 It's easy, just a matter of overwriting all the horizontal positioning attributes 5 5 of your CSS stylesheet in a separate stylesheet file named rtl.css. 6 6 7 See http ://codex.wordpress.org/Right_to_Left_Language_Support7 See https://codex.wordpress.org/Right_to_Left_Language_Support 8 8 */ 9 9 10 10 /** … … 763 763 margin-left: 0; 764 764 margin-right: auto; 765 765 } 766 } 767 No newline at end of file 766 } -
src/wp-content/themes/twentythirteen/tag.php
4 4 * 5 5 * Used to display archive-type pages for posts in a tag. 6 6 * 7 * @link http ://codex.wordpress.org/Template_Hierarchy7 * @link https://codex.wordpress.org/Template_Hierarchy 8 8 * 9 9 * @package WordPress 10 10 * @subpackage Twenty_Thirteen … … 40 40 </div><!-- #primary --> 41 41 42 42 <?php get_sidebar(); ?> 43 <?php get_footer(); ?> 44 No newline at end of file 43 <?php get_footer(); ?> -
src/wp-content/themes/twentythirteen/taxonomy-post_format.php
6 6 * If you'd like to further customize these Post Format views, you may create a 7 7 * new template file for each specific one. 8 8 * 9 * @link http ://codex.wordpress.org/Template_Hierarchy9 * @link https://codex.wordpress.org/Template_Hierarchy 10 10 * 11 11 * @package WordPress 12 12 * @subpackage Twenty_Thirteen … … 38 38 </div><!-- #primary --> 39 39 40 40 <?php get_sidebar(); ?> 41 <?php get_footer(); ?> 42 No newline at end of file 41 <?php get_footer(); ?>