Opened 8 years ago
Closed 8 years ago
#38564 closed defect (bug) (fixed)
Fix typo in class-wp-customize-custom-css-setting.php
Reported by: | Presskopp | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Text Changes | Keywords: | has-patch |
Focuses: | Cc: |
Description
I think this one:
_Imbalanced/Unclosed character errors can be caused <code>content: "";</code> declarations. You may need to remove this or add it a custom CSS file._
should be:
Imbalanced/Unclosed character errors can be caused *by* <code>content: "";</code> declarations. You may need to remove this or add it *to* a custom CSS file.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
fixing 2 typos