diff --git a/wp-content/themes/twentyten/blocks.css b/wp-content/themes/twentyten/blocks.css index c09da9f426bca53cc405ea0774e7d6d29898a395..6bcc3e8ad3d9de836fd312b66f438bfcf5923b5d 100644 --- a/wp-content/themes/twentyten/blocks.css +++ b/wp-content/themes/twentyten/blocks.css @@ -1,6 +1,6 @@ /* Theme Name: Twenty Ten -Description: Used to style Gutenberg Blocks. +Description: Used to style blocks. */ /*-------------------------------------------------------------- @@ -204,42 +204,52 @@ p.has-drop-cap:not(:focus)::first-letter { 6.0 Blocks - Colors --------------------------------------------------------------*/ -.has-blue-color { +.has-blue-color, +.has-blue-color:visited { color: #0066cc; } -.has-blue-background-color { +.has-blue-background-color, +.has-blue-background-color:visited { background-color: #0066cc; } -.has-black-color { +.has-black-color, +.has-black-color:visited { color: #000; } -.has-black-background-color { +.has-black-background-color, +.has-black-background-color:visited { background-color: #000; } -.has-medium-gray-color { +.has-medium-gray-color, +.has-medium-gray-color:visited { color: #666; } -.has-medium-gray-background-color { +.has-medium-gray-background-color, +.has-medium-gray-background-color:visited { background-color: #666; } -.has-light-gray-color { +.has-light-gray-color, +.has-light-gray-color:visited { color: #f1f1f1; } -.has-light-gray-background-color { +.has-light-gray-background-color, +.has-light-gray-background-color:visited { background-color: #f1f1f1; } -.has-white-color { +.has-white-color, +.has-white-color:visited { color: #fff; } -.has-white-background-color { +.has-white-background-color, +.has-white-background-color:visited { background-color: #fff; } diff --git a/wp-content/themes/twentyten/editor-blocks.css b/wp-content/themes/twentyten/editor-blocks.css index 57825421cbe3b86a3a7907aa5ef293241a168070..f4d8e328e73326d8d2c9b223180d8ad3aa3f7582 100644 --- a/wp-content/themes/twentyten/editor-blocks.css +++ b/wp-content/themes/twentyten/editor-blocks.css @@ -1,6 +1,6 @@ /* Theme Name: Twenty Ten -Description: Used to style Gutenberg Blocks in the editor. +Description: Used to style blocks in the editor. */ /*-------------------------------------------------------------- @@ -19,11 +19,11 @@ Description: Used to style Gutenberg Blocks in the editor. .edit-post-visual-editor .editor-block-list__block, .edit-post-visual-editor .editor-block-list__block p, -.editor-default-block-appender input[type="text"].editor-default-block-appender__content { +.editor-default-block-appender textarea.editor-default-block-appender__content { font-size: 16px; } -.editor-default-block-appender input[type="text"].editor-default-block-appender__content { +.editor-default-block-appender textarea.editor-default-block-appender__content { font-family: Georgia, "Bitstream Charter", serif; } diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index eea6777bb0beb6fe11d7c5c7c4aeb8b1541782b8..2cb561e124204bf0d20fcbe651cc6e8b0648ba76 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -660,7 +660,7 @@ function twentyten_scripts_styles() { add_action( 'wp_enqueue_scripts', 'twentyten_scripts_styles' ); /** - * Enqueue editor styles for Gutenberg + * Enqueue styles for the block-based editor. * * @since Twenty Ten 2.6 */ diff --git a/wp-content/themes/twentyten/languages/twentyten.pot b/wp-content/themes/twentyten/languages/twentyten.pot index e1631436b727e2d56508bd152b388f8462b630d9..1cd8be260142205839b140f29515175ed925652f 100644 --- a/wp-content/themes/twentyten/languages/twentyten.pot +++ b/wp-content/themes/twentyten/languages/twentyten.pot @@ -2,9 +2,9 @@ # This file is distributed under the GNU General Public License v2 or later. msgid "" msgstr "" -"Project-Id-Version: Twenty Ten 2.6\n" +"Project-Id-Version: Twenty Ten 2.7\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/twentyten\n" -"POT-Creation-Date: 2018-11-05 19:37:37+00:00\n" +"POT-Creation-Date: 2018-12-18 17:42:13+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/wp-content/themes/twentyten/readme.txt b/wp-content/themes/twentyten/readme.txt index 7dbaf6d924aeadbf469a937584ba429504d899c6..02f1661f8a06957670c59e702a724d0565cfffb0 100644 --- a/wp-content/themes/twentyten/readme.txt +++ b/wp-content/themes/twentyten/readme.txt @@ -1,8 +1,8 @@ === Twenty Ten === Contributors: the WordPress team Requires at least: WordPress 3.0 -Tested up to: WordPress 5.0-trunk -Stable tag: 2.6 +Tested up to: WordPress 5.0 +Stable tag: 2.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header @@ -37,6 +37,11 @@ GNU General Public License for more details. == Changelog == += 2.7 = +* Released: December 19, 2018 + +https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_2.7 + = 2.6 = * Released: December 6, 2018 diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 7ef24e1c1919e488fc12182ddc4734f82ca83175..ea6a796853c2de1bd75408d31a480cc6a891a7d2 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyten/ Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar. Author: the WordPress team Author URI: https://wordpress.org/ -Version: 2.6 +Version: 2.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header