[wp-trac] [WordPress Trac] #41943: Color changing for URL in Editor
WordPress Trac
noreply at wordpress.org
Thu Sep 21 11:34:23 UTC 2017
#41943: Color changing for URL in Editor
-----------------------------+-----------------------------
Reporter: lumay | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 4.8.2
Severity: normal | Keywords:
Focuses: |
-----------------------------+-----------------------------
In Wordpres 4.8.x, after color changing for URL in Editor, there is
following html code placing:
{{{
<span style="color: #000000;"><a href="">URL</a></span>
}}}
before was:
{{{
<span style="color: #000000"><a style="color: #000000;"
href=""">URL</a></span>
}}}
And it was correct for me. Now I have to changing every link in HTML
editor to add span code for link color - could you please fix or add
option for that?
Thank you in advance!
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41943>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list