Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43140


Ignore:
Timestamp:
01/21/2018 08:06:27 PM (8 years ago)
Author:
swissspidy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43140

    • Property Summary changed from Wordpress does not allow HTML tags in the Name field of Links (blogroll) to WordPress does not allow HTML tags in the Name field of Links (blogroll)
  • Ticket #43140 – Description

    initial v1  
    1 In WordPress 4.9.2, when creating a Link (i.e. the blogroll feature) it is not possible to wrap HTML tags around the text in the Name field: Wordpress will simply display those HTML tags escaped on the website.
     1In WordPress 4.9.2, when creating a Link (i.e. the blogroll feature) it is not possible to wrap HTML tags around the text in the Name field: WordPress will simply display those HTML tags escaped on the website.
    22
    33Being able to add HTML tags around the Name text is important because it allows specifying foreign-language names with the {{{<span lang="XX">}}} tag for the sake of accessibility (screenreaders etc.) and semantic markup. My blog, for example, is in English, but some of the blogs linked to in my blogroll have foreign-language titles.
    44
    5 Wordpress already allows adding tags like {{{<span lang="XX">}}} in the Title field of new blog posts, presumably for precisely this purpose, so this feature should be made available to the Links editor as well.
     5WordPress already allows adding tags like {{{<span lang="XX">}}} in the Title field of new blog posts, presumably for precisely this purpose, so this feature should be made available to the Links editor as well.