Changeset 248592
- Timestamp:
- 11/12/2024 11:51:21 PM (13 months ago)
- Location:
- twentyfourteen/4.1
- Files:
-
- 23 edited
- 1 copied
-
. (copied) (copied from twentyfourteen/4.0)
-
content-aside.php (modified) (1 diff)
-
content-audio.php (modified) (1 diff)
-
content-featured-post.php (modified) (1 diff)
-
content-gallery.php (modified) (1 diff)
-
content-image.php (modified) (1 diff)
-
content-link.php (modified) (1 diff)
-
content-none.php (modified) (1 diff)
-
content-page.php (modified) (1 diff)
-
content-quote.php (modified) (1 diff)
-
content-video.php (modified) (1 diff)
-
content.php (modified) (1 diff)
-
css/blocks.css (modified) (1 diff)
-
css/editor-blocks.css (modified) (4 diffs)
-
featured-content.php (modified) (1 diff)
-
footer.php (modified) (1 diff)
-
functions.php (modified) (3 diffs)
-
header.php (modified) (1 diff)
-
inc/block-patterns.php (modified) (2 diffs)
-
inc/featured-content.php (modified) (1 diff)
-
inc/widgets.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
sidebar.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
twentyfourteen/4.1/content-aside.php
r168444 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/content-audio.php
r168444 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/content-featured-post.php
r151902 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/content-gallery.php
r168444 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/content-image.php
r168444 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/content-link.php
r168444 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/content-none.php
r151902 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/content-page.php
r151902 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/content-quote.php
r168444 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/content-video.php
r168444 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/content.php
r168444 r248592 9 9 * @since Twenty Fourteen 1.0 10 10 */ 11 11 12 ?> 12 13 -
twentyfourteen/4.1/css/blocks.css
r235016 r248592 238 238 } 239 239 240 .wp-block-table: not(.is-style-stripes) th,241 .wp-block-table: not(.is-style-stripes) td {240 .wp-block-table:where(:not(.is-style-stripes)) th, 241 .wp-block-table:where(:not(.is-style-stripes)) td { 242 242 border-color: rgba(0, 0, 0, 0.1); 243 243 border-width: 0 1px 1px 0; 244 }245 246 .wp-block-table:not(.is-style-stripes) table[class*="-text-color"] * {247 border-color: inherit;248 border: 1px solid;249 244 } 250 245 -
twentyfourteen/4.1/css/editor-blocks.css
r235016 r248592 156 156 /* Captions */ 157 157 158 [class*=" wp-block-"] figcaption, 158 159 [class^="wp-block-"] figcaption, 159 160 [class^="wp-block-"] figcaption.editor-rich-text__tinymce.mce-content-body { … … 166 167 /* Tables */ 167 168 168 .edit-post-visual-editor .editor-block-list__block table, 169 .edit-post-visual-editor .editor-block-list__block table th, 170 .edit-post-visual-editor .editor-block-list__block table td { 171 border: 1px solid rgba(0, 0, 0, 0.1); 169 .editor-styles-wrapper table, 170 .editor-styles-wrapper table th, 171 .editor-styles-wrapper table td { 172 172 font-size: 14px; 173 173 line-height: 1.2857142857; 174 174 } 175 175 176 .edit -post-visual-editor .editor-block-list__blocktable {177 border-collapse: separate;176 .editor-styles-wrapper table { 177 border-collapse: collapse; 178 178 border-spacing: 0; 179 border-width: 1px 0 0 1px;180 179 margin-bottom: 24px; 181 180 width: 100%; 182 181 } 183 182 184 .edit-post-visual-editor .editor-block-list__block table th { 185 border-width: 0 1px 1px 0; 183 .editor-styles-wrapper table th { 186 184 font-weight: 700; 187 185 text-align: left; … … 189 187 } 190 188 191 .edit-post-visual-editor .editor-block-list__block table td { 192 border-width: 0 1px 1px 0; 193 } 194 195 .rtl .edit-post-visual-editor .editor-block-list__block table th { 189 .rtl .editor-styles-wrapper table th, 190 [dir="rtl"] .editor-styles-wrapper table th { 196 191 text-align: right; 197 192 } 198 193 199 .editor-styles-wrapper .wp-block-table:not(.is-style-stripes) table:not([class*="-text-color"]) * { 200 border-color: rgba(0, 0, 0, 0.1); 194 .editor-styles-wrapper :where(:not(.is-style-stripes)) > table:where(:not(.is-style-stripes)), 195 .editor-styles-wrapper :where(:not(.is-style-stripes)) > table:where(:not(.is-style-stripes)) th, 196 .editor-styles-wrapper :where(:not(.is-style-stripes)) > table:where(:not(.is-style-stripes)) td { 197 border: 1px solid rgba(0, 0, 0, 0.1); 201 198 } 202 199 … … 421 418 } 422 419 423 /* Verse */424 425 .editor-styles-wrapper .wp-block-verse {426 font-family: inherit;427 }428 429 420 /*-------------------------------------------------------------- 430 421 5.0 Blocks - Layout Elements -
twentyfourteen/4.1/featured-content.php
r151902 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 -
twentyfourteen/4.1/footer.php
r161206 r248592 9 9 * @since Twenty Fourteen 1.0 10 10 */ 11 11 12 ?> 12 13 -
twentyfourteen/4.1/functions.php
r235016 r248592 346 346 347 347 // Load our main stylesheet. 348 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '2024 0716' );348 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20241112' ); 349 349 350 350 // Theme block stylesheet. 351 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240 613' );351 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240708' ); 352 352 353 353 // Load the Internet Explorer specific stylesheet. … … 445 445 function twentyfourteen_block_editor_styles() { 446 446 // Block styles. 447 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240 613' );447 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240716' ); 448 448 // Add custom fonts. 449 449 $font_version = ( 0 === strpos( (string) twentyfourteen_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null; … … 729 729 require get_template_directory() . '/inc/customizer.php'; 730 730 731 // Add support for block patterns. 732 require get_template_directory() . '/inc/block-patterns.php'; 731 /** 732 * Register block patterns and pattern categories. 733 * 734 * @since Twenty Fourteen 4.1 735 */ 736 function twentyfourteen_register_block_patterns() { 737 require get_template_directory() . '/inc/block-patterns.php'; 738 } 739 740 add_action( 'init', 'twentyfourteen_register_block_patterns' ); 733 741 734 742 /* -
twentyfourteen/4.1/header.php
r207571 r248592 21 21 <head> 22 22 <meta charset="<?php bloginfo( 'charset' ); ?>"> 23 <meta name="viewport" content="width=device-width ">23 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 24 24 <title><?php wp_title( '|', true, 'right' ); ?></title> 25 25 <link rel="profile" href="https://gmpg.org/xfn/11"> -
twentyfourteen/4.1/inc/block-patterns.php
r161206 r248592 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', -
twentyfourteen/4.1/inc/featured-content.php
r235016 r248592 281 281 * @param array $terms List of term objects. This is the return value of get_terms(). 282 282 * @param array $taxonomies An array of taxonomy slugs. 283 * @param array $args An array of get_terms() arguments. 283 284 * @return array A filtered array of terms. 284 285 * -
twentyfourteen/4.1/inc/widgets.php
r161206 r248592 11 11 * @since Twenty Fourteen 1.0 12 12 */ 13 14 13 class Twenty_Fourteen_Ephemera_Widget extends WP_Widget { 15 14 -
twentyfourteen/4.1/readme.txt
r235016 r248592 2 2 Contributors: wordpressdotorg 3 3 Requires at least: 3.6 4 Tested up to: 6. 64 Tested up to: 6.7 5 5 Requires PHP: 5.2.4 6 Stable tag: 4. 06 Stable tag: 4.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 == Copyright == 25 25 26 Twenty Fourteen WordPress Theme, Copyright 2013-2024 WordPress.org & Automattic.com26 Twenty Fourteen WordPress Theme, Copyright 2013-2024 WordPress.org, Automattic Inc., and contributors. 27 27 Twenty Fourteen is Distributed under the terms of the GNU GPL 28 28 … … 46 46 Source: https://github.com/aFarkas/html5shiv 47 47 48 Genericons icon font, Copyright 2013-2017 Automattic .com48 Genericons icon font, Copyright 2013-2017 Automattic Inc. 49 49 License: GNU GPL, Version 2 (or later) 50 50 Source: http://www.genericons.com … … 65 65 == Changelog == 66 66 67 = 4.1 = 68 * Released: November 12, 2024 69 70 https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.1 71 67 72 = 4.0 = 68 73 * Released: July 16, 2024 -
twentyfourteen/4.1/sidebar.php
r161206 r248592 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 ?> 10 11 <div id="secondary"> -
twentyfourteen/4.1/style.css
r235016 r248592 5 5 Author URI: https://wordpress.org/ 6 6 Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier. 7 Version: 4. 07 Version: 4.1 8 8 Requires at least: 3.6 9 Tested up to: 6. 69 Tested up to: 6.7 10 10 Requires PHP: 5.2.4 11 11 License: GNU General Public License v2 or later
Note: See TracChangeset
for help on using the changeset viewer.