[wp-trac] [WordPress Trac] #52232: Remove useless <strong> tags in labels displayed in plugin/theme editor screens

WordPress Trac noreply at wordpress.org
Wed Jan 6 06:38:00 UTC 2021


#52232: Remove useless <strong> tags in labels displayed in plugin/theme editor
screens
-------------------------------------------------+-------------------------
 Reporter:  audrasjb                             |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  5.7
Component:  Administration                       |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  needs-design-feedback good-first-    |     Focuses:  ui,
  bug has-patch                                  |  accessibility
-------------------------------------------------+-------------------------

Comment (by chemiker):

 I've just provided three `.diff` files which consider three different
 options for styling:

 * **Remove strong tags.diff** - This will remove `<strong>` tags as in the
 GitHub pull request. As a result "Select plugin to edit:" will a normal
 font-weight while the other labels ("Selected file content:" and
 "Documentation:") remain bold.
 * **Remove strong tags and remove bold appearance of all labels.diff** -
 This will remove `<strong>` tags and apply a normal font-weight for all
 labels.
 * **Remove strong tags and keep bold appearance of all labels.diff** -
 This will remove `<strong>` tags and keep a bold font-weight for all
 labels (like it looks in the current WordPress version).

 Sorry for the "double" pull request on GitHub but as far as I understood
 the `.diff` files are needed anyway.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52232#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list