Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#38564 closed defect (bug) (fixed)

Fix typo in class-wp-customize-custom-css-setting.php

Reported by: presskopp's profile Presskopp Owned by: westonruter's profile westonruter
Milestone: 4.7 Priority: normal
Severity: normal Version: 4.7
Component: Text Changes Keywords: has-patch
Focuses: Cc:

Description

https://core.trac.wordpress.org/browser/trunk/src/wp-includes/customize/class-wp-customize-custom-css-setting.php?marks=206#L206

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)

38564.diff (893 bytes) - added by Presskopp 7 years ago.
fixing 2 typos

Download all attachments as: .zip

Change History (5)

@Presskopp
7 years ago

fixing 2 typos

#1 @Presskopp
7 years ago

  • Keywords has-patch added

#2 @Presskopp
7 years ago

Sorry I left the underscores in the description

#3 @westonruter
7 years ago

  • Milestone changed from Awaiting Review to 4.7

#4 @westonruter
7 years ago

  • Owner set to westonruter
  • Resolution set to fixed
  • Status changed from new to closed

In 39009:

Customize: Fix message grammar for custom_css validity error when imbalanced characters possibly due to content CSS property.

Props Presskopp.
See #35395.
Fixes #38564.

Note: See TracTickets for help on using tickets.