Make WordPress Core

Ticket #27115: 27115-twenty-thirteen.patch

File 27115-twenty-thirteen.patch, 7.6 KB (added by netweb, 10 years ago)
  • src/wp-content/themes/twentythirteen/archive.php

     
    1010 * already has tag.php for Tag archives, category.php for Category archives,
    1111 * and author.php for Author archives.
    1212 *
    13  * @link http://codex.wordpress.org/Template_Hierarchy
     13 * @link https://codex.wordpress.org/Template_Hierarchy
    1414 *
    1515 * @package WordPress
    1616 * @subpackage Twenty_Thirteen
     
    5252        </div><!-- #primary -->
    5353
    5454<?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

     
    22/**
    33 * The template for displaying Author archive pages
    44 *
    5  * @link http://codex.wordpress.org/Template_Hierarchy
     5 * @link https://codex.wordpress.org/Template_Hierarchy
    66 *
    77 * @package WordPress
    88 * @subpackage Twenty_Thirteen
     
    5959        </div><!-- #primary -->
    6060
    6161<?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

     
    22/**
    33 * The template for displaying Category pages
    44 *
    5  * @link http://codex.wordpress.org/Template_Hierarchy
     5 * @link https://codex.wordpress.org/Template_Hierarchy
    66 *
    77 * @package WordPress
    88 * @subpackage Twenty_Thirteen
     
    3838        </div><!-- #primary -->
    3939
    4040<?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

     
    66 * theme as custom template tags. Others are attached to action and filter
    77 * hooks in WordPress to change core functionality.
    88 *
    9  * When using a child theme (see http://codex.wordpress.org/Theme_Development
    10  * and http://codex.wordpress.org/Child_Themes), you can override certain
     9 * When using a child theme (see https://codex.wordpress.org/Theme_Development
     10 * and https://codex.wordpress.org/Child_Themes), you can override certain
    1111 * functions (those wrapped in a function_exists() call) by defining them first
    1212 * in your child theme's functions.php file. The child theme's functions.php
    1313 * file is included before the parent theme's file, so the child theme
     
    1616 * Functions that are not pluggable (not wrapped in function_exists()) are
    1717 * instead attached to a filter or action hook.
    1818 *
    19  * For more information on hooks, actions, and filters, @link http://codex.wordpress.org/Plugin_API
     19 * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API
    2020 *
    2121 * @package WordPress
    2222 * @subpackage Twenty_Thirteen
     
    8787
    8888        /*
    8989         * This theme supports all available post formats by default.
    90          * See http://codex.wordpress.org/Post_Formats
     90         * See https://codex.wordpress.org/Post_Formats
    9191         */
    9292        add_theme_support( 'post-formats', array(
    9393                'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video'
  • src/wp-content/themes/twentythirteen/image.php

     
    22/**
    33 * The template for displaying image attachments
    44 *
    5  * @link http://codex.wordpress.org/Template_Hierarchy
     5 * @link https://codex.wordpress.org/Template_Hierarchy
    66 *
    77 * @package WordPress
    88 * @subpackage Twenty_Thirteen
     
    7979                </div><!-- #content -->
    8080        </div><!-- #primary -->
    8181
    82 <?php get_footer(); ?>
    83  No newline at end of file
     82<?php get_footer(); ?>
  • src/wp-content/themes/twentythirteen/inc/custom-header.php

     
    22/**
    33 * Implement a custom header for Twenty Thirteen
    44 *
    5  * @link http://codex.wordpress.org/Custom_Headers
     5 * @link https://codex.wordpress.org/Custom_Headers
    66 *
    77 * @package WordPress
    88 * @subpackage Twenty_Thirteen
  • src/wp-content/themes/twentythirteen/index.php

     
    77 * It is used to display a page when nothing more specific matches a query.
    88 * For example, it puts together the home page when no home.php file exists.
    99 *
    10  * @link http://codex.wordpress.org/Template_Hierarchy
     10 * @link https://codex.wordpress.org/Template_Hierarchy
    1111 *
    1212 * @package WordPress
    1313 * @subpackage Twenty_Thirteen
     
    3535        </div><!-- #primary -->
    3636
    3737<?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

     
    44It's easy, just a matter of overwriting all the horizontal positioning attributes
    55of your CSS stylesheet in a separate stylesheet file named rtl.css.
    66
    7 See http://codex.wordpress.org/Right_to_Left_Language_Support
     7See https://codex.wordpress.org/Right_to_Left_Language_Support
    88*/
    99
    1010/**
     
    763763                margin-left: 0;
    764764                margin-right: auto;
    765765        }
    766 }
    767  No newline at end of file
     766}
  • src/wp-content/themes/twentythirteen/tag.php

     
    44 *
    55 * Used to display archive-type pages for posts in a tag.
    66 *
    7  * @link http://codex.wordpress.org/Template_Hierarchy
     7 * @link https://codex.wordpress.org/Template_Hierarchy
    88 *
    99 * @package WordPress
    1010 * @subpackage Twenty_Thirteen
     
    4040        </div><!-- #primary -->
    4141
    4242<?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

     
    66 * If you'd like to further customize these Post Format views, you may create a
    77 * new template file for each specific one.
    88 *
    9  * @link http://codex.wordpress.org/Template_Hierarchy
     9 * @link https://codex.wordpress.org/Template_Hierarchy
    1010 *
    1111 * @package WordPress
    1212 * @subpackage Twenty_Thirteen
     
    3838        </div><!-- #primary -->
    3939
    4040<?php get_sidebar(); ?>
    41 <?php get_footer(); ?>
    42  No newline at end of file
     41<?php get_footer(); ?>