Ticket #30149: 30149.diff
File 30149.diff, 3.5 KB (added by , 10 years ago) |
---|
-
wp-content/themes/twentyfifteen/author-bio.php
1 1 <?php 2 2 /** 3 * The template for displaying Author bios 3 * The template for displaying Author bios. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Fifteen -
wp-content/themes/twentyfifteen/content-page.php
1 1 <?php 2 2 /** 3 * The template used for displaying page content in page.php3 * The template used for displaying page content. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Fifteen -
wp-content/themes/twentyfifteen/content.php
1 1 <?php 2 2 /** 3 * The default template for displaying content 3 * The default template for displaying content. 4 4 * 5 5 * Used for both single and index/archive/search. 6 6 * -
wp-content/themes/twentyfifteen/footer.php
2 2 /** 3 3 * The template for displaying the footer. 4 4 * 5 * Contains the closing of the #contentdiv and all content after.5 * Contains the closing of the "site-content" div and all content after. 6 6 * 7 7 * @package WordPress 8 8 * @subpackage Twenty_Fifteen -
wp-content/themes/twentyfifteen/functions.php
258 258 add_filter( 'wp_title', 'twentyfifteen_wp_title', 10, 2 ); 259 259 260 260 /** 261 * Add featured image as background image to post nav s.261 * Add featured image as background image to post navigation elements. 262 262 * 263 263 * @since Twenty Fifteen 1.0 264 264 */ -
wp-content/themes/twentyfifteen/header.php
2 2 /** 3 3 * The header for our theme. 4 4 * 5 * Displays all of the <head> section and everything up till <div id="content">5 * Displays all of the <head> section and everything up until the "site-content" div. 6 6 * 7 7 * @package WordPress 8 8 * @subpackage Twenty_Fifteen -
wp-content/themes/twentyfifteen/page.php
1 1 <?php 2 2 /** 3 * The template for displaying allpages.3 * The template for displaying pages. 4 4 * 5 5 * This is the template that displays all pages by default. 6 6 * Please note that this is the WordPress construct of pages and that 7 * other 'pages'on your WordPress site will use a different template.7 * other "pages" on your WordPress site will use a different template. 8 8 * 9 9 * @package WordPress 10 10 * @subpackage Twenty_Fifteen