#5365 closed defect (bug) (fixed)
Invalid regex on the WP.org developer theme.
Reported by: | xknown | Owned by: | Otto42 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-patch |
Cc: |
Description
The regex used in wporg-developer/inc/formatting.php:210 is invalid. It generates the following PHP warning.
preg_match(): Compilation failed: invalid range in character class at offset 24
Change History (5)
This ticket was mentioned in PR #18 on WordPress/wordpress.org by xknown.
4 years ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
This fixes a PHP warning.
Fixes https://meta.trac.wordpress.org/ticket/5365