Changeset 41349
- Timestamp:
- 09/08/2017 06:12:40 PM (7 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/archive.php
r32116 r41349 51 51 /* 52 52 * Include the post format-specific template for the content. If you want to 53 * use this in a child theme, then include a file called c alled content-___.php53 * use this in a child theme, then include a file called content-___.php 54 54 * (where ___ is the post format) and that will be used instead. 55 55 */ -
trunk/src/wp-content/themes/twentyfourteen/author.php
r32116 r41349 50 50 /* 51 51 * Include the post format-specific template for the content. If you want to 52 * use this in a child theme, then include a file called c alled content-___.php52 * use this in a child theme, then include a file called content-___.php 53 53 * (where ___ is the post format) and that will be used instead. 54 54 */ -
trunk/src/wp-content/themes/twentyfourteen/category.php
r32116 r41349 35 35 /* 36 36 * Include the post format-specific template for the content. If you want to 37 * use this in a child theme, then include a file called c alled content-___.php37 * use this in a child theme, then include a file called content-___.php 38 38 * (where ___ is the post format) and that will be used instead. 39 39 */ -
trunk/src/wp-content/themes/twentyfourteen/index.php
r32116 r41349 36 36 /* 37 37 * Include the post format-specific template for the content. If you want to 38 * use this in a child theme, then include a file called c alled content-___.php38 * use this in a child theme, then include a file called content-___.php 39 39 * (where ___ is the post format) and that will be used instead. 40 40 */ -
trunk/src/wp-content/themes/twentyfourteen/search.php
r26556 r41349 25 25 /* 26 26 * Include the post format-specific template for the content. If you want to 27 * use this in a child theme, then include a file called c alled content-___.php27 * use this in a child theme, then include a file called content-___.php 28 28 * (where ___ is the post format) and that will be used instead. 29 29 */ -
trunk/src/wp-content/themes/twentyfourteen/single.php
r26556 r41349 18 18 /* 19 19 * Include the post format-specific template for the content. If you want to 20 * use this in a child theme, then include a file called c alled content-___.php20 * use this in a child theme, then include a file called content-___.php 21 21 * (where ___ is the post format) and that will be used instead. 22 22 */ -
trunk/src/wp-content/themes/twentyfourteen/tag.php
r32116 r41349 37 37 /* 38 38 * Include the post format-specific template for the content. If you want to 39 * use this in a child theme, then include a file called c alled content-___.php39 * use this in a child theme, then include a file called content-___.php 40 40 * (where ___ is the post format) and that will be used instead. 41 41 */ -
trunk/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php
r32116 r41349 62 62 /* 63 63 * Include the post format-specific template for the content. If you want to 64 * use this in a child theme, then include a file called c alled content-___.php64 * use this in a child theme, then include a file called content-___.php 65 65 * (where ___ is the post format) and that will be used instead. 66 66 */ -
trunk/src/wp-content/themes/twentyten/footer.php
r32314 r41349 18 18 <?php 19 19 /* 20 * A sidebar in the footer? Yep. You can c an customize20 * A sidebar in the footer? Yep. You can customize 21 21 * your footer with four columns of widgets. 22 22 */ -
trunk/src/wp-content/themes/twentytwelve/archive.php
r32116 r41349 43 43 44 44 /* Include the post format-specific template for the content. If you want to 45 * this in a child theme then include a file called c alled content-___.php45 * this in a child theme then include a file called content-___.php 46 46 * (where ___ is the post format) and that will be used instead. 47 47 */ -
trunk/src/wp-content/themes/twentytwelve/category.php
r32116 r41349 31 31 32 32 /* Include the post format-specific template for the content. If you want to 33 * this in a child theme then include a file called c alled content-___.php33 * this in a child theme then include a file called content-___.php 34 34 * (where ___ is the post format) and that will be used instead. 35 35 */ -
trunk/src/wp-content/themes/twentytwelve/tag.php
r32116 r41349 32 32 /* 33 33 * Include the post format-specific template for the content. If you want to 34 * this in a child theme then include a file called c alled content-___.php34 * this in a child theme then include a file called content-___.php 35 35 * (where ___ is the post format) and that will be used instead. 36 36 */
Note: See TracChangeset
for help on using the changeset viewer.