Changes between Initial Version and Version 1 of Ticket #56951
- Timestamp:
- 11/02/2022 08:49:24 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56951
- Property Keywords close 2nd-opinion added
-
Property
Component
changed from
GeneraltoAdministration
-
Ticket #56951 – Description
initial v1 1 1 in wp-admin/options-general.php and profile.php we are using the class 'regular-text code' to display the text in the Website field. However in other url field instances, we use the 'regular-text' class. 2 2 3 [[Image()]]See Here: https://prnt.sc/wQ7zuSY-pWRX3 See Here: https://prnt.sc/wQ7zuSY-pWRX 4 4 5 5 This seems incorrect, for example in wp-admin/profile.php, we have a list of url fields beginning with the website url. The website field is the only one which uses this 'regular-text code' class. It looks unusual to differ between the url classes in this way: … … 7 7 I found this page which also contradicts the use of 'regular-text code' for a url: 8 8 9 10 9 Reference 11 10 https://make.wordpress.org/docs/style-guide/developer-content/code-in-text/#items-to-put-in-regular-non-code-font