Changeset 59158
- Timestamp:
- 10/02/2024 07:01:52 PM (2 months ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-aside.php
r53308 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/content-audio.php
r53308 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php
r47808 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/content-gallery.php
r53308 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/content-image.php
r53308 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/content-link.php
r53308 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/content-none.php
r45932 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/content-page.php
r45209 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/content-quote.php
r53308 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/content-video.php
r53308 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/content.php
r53308 r59158 9 9 * @since Twenty Fourteen 1.0 10 10 */ 11 11 12 ?> 12 13 -
trunk/src/wp-content/themes/twentyfourteen/featured-content.php
r42343 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
trunk/src/wp-content/themes/twentyfourteen/footer.php
r52013 r59158 9 9 * @since Twenty Fourteen 1.0 10 10 */ 11 11 12 ?> 12 13 -
trunk/src/wp-content/themes/twentyfourteen/inc/block-patterns.php
r51496 r59158 27 27 if ( function_exists( 'register_block_pattern' ) ) { 28 28 29 // Description 29 // Description. 30 30 register_block_pattern( 31 31 'twentyfourteen/about', … … 38 38 ); 39 39 40 // Description 40 // Description. 41 41 register_block_pattern( 42 42 'twentyfourteen/list', -
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r51919 r59158 11 11 * @since Twenty Fourteen 1.0 12 12 */ 13 14 13 class Twenty_Fourteen_Ephemera_Widget extends WP_Widget { 15 14 -
trunk/src/wp-content/themes/twentyfourteen/sidebar.php
r51967 r59158 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 <div id="secondary">
Note: See TracChangeset
for help on using the changeset viewer.