Opened 11 years ago
Closed 11 years ago
#26827 closed defect (bug) (duplicate)
Using ! (exclamation mark) in rewrite rules causes an error
Reported by: | kapooostin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Rewrite Rules | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
An error is caused by exclamation marks used as regexp delimiters in wp-includes/rewrite.php, line 357 (WP 3.8).
There was similar ticket prior to WP 3.0 #7486, that was closed.
Maybe using ` as the delimiter would be more bulletproof.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Patch for the Bug ! Hope it Works ! Just Changed the Delimiter from ' ! ' to ' ` '