Opened 7 years ago
Closed 7 years ago
#41883 closed defect (bug) (fixed)
Press This: JS error "Cannot read property 'stripTags' of undefined"
Reported by: | afercia | Owned by: | adamsilverstein |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Press This | Keywords: | needs-patch |
Focuses: | javascript | Cc: |
Description
To reproduce:
- access Press This from
wp-admin/press-this.php
(haven't tried the bookmarklet) - try to Publish, Save, or switch to "Standard Editor"
- observe your browser console:
Uncaught TypeError: Cannot read property 'stripTags' of undefined
/cc @adamsilverstein
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Oops, thanks for catching @afercia - I see the issue, fix incoming.