Opened 3 years ago
Closed 3 years ago
#11390 closed defect (bug) (fixed)
Press This entity encoding fix and blank title
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Press This | Version: | 2.9 |
| Severity: | normal | Keywords: | press this, has-patch |
| Cc: |
Description
Allows posts to have an empty title (for P2 and other themes) and fixes entities that were not decoded upon display in the editor.
Attachments (3)
Change History (15)
- Milestone changed from Unassigned to 2.9
- Type changed from task (blessed) to defect (bug)
- Version set to 2.9
Not sure about the HTML entities fix. If there's a selection we do stripslashes(), aposfix(), html_entity_decode(), htmlspecialchars() and trim() on it, then we add some <p> and then do html_entity_decode() again (in effect reverting htmlspecialchars)?
- Keywords reporter-feedback added
Can the original reporter please provide feedback wether or not this is fixed now with the current version?
- Status changed from new to reviewing
original reporter is still testing the patch. :)
- Keywords reporter-feedback removed
comment:10
noel — 3 years ago
new patch is same as no-&apos patch except it removes erroneous calls to aposfix() function.
comment:11
noel — 3 years ago
- Owner changed from noel to azaozz
comment:12
azaozz — 3 years ago
- Resolution set to fixed
- Status changed from reviewing to closed
Note: See
TracTickets for help on using
tickets.


fixes entities and titles