From 19a4b4fee4ec32409b307f3a2fe2fe0f150e99b4 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 20 Oct 2020 17:35:06 +0000 Subject: [PATCH] Twenty Thirteen: Prevent incorrect link color within the Social Icon block. Props amolv, shital-patel, poena, davidbaumwald. Fixes #50809. Built from https://develop.svn.wordpress.org/trunk@49240 git-svn-id: http://core.svn.wordpress.org/trunk@49002 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 10 ---------- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 8db82faf0e..3f8d87ecc4 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1135,16 +1135,6 @@ ul.nav-menu .focus > ul, word-wrap: break-word; } -.entry-content a, -.comment-content a { - color: #bc360a; -} - -.entry-content a:hover, -.comment-content a:hover { - color: #ea9629; -} - .entry-content .more-link { white-space: nowrap; } diff --git a/wp-includes/version.php b/wp-includes/version.php index f4c15cbaff..e6961e9fc2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49239'; +$wp_version = '5.6-alpha-49240'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.