Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26827


Ignore:
Timestamp:
01/14/2014 09:25:05 AM (11 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26827 – Description

    initial v1  
    11An error is caused by exclamation marks used as regexp delimiters in wp-includes/rewrite.php, line 357 (WP 3.8).
    22
    3 There was similar ticket prior to WP 3.0 https://core.trac.wordpress.org/ticket/7486, that was closed.
     3There was similar ticket prior to WP 3.0 #7486, that was closed.
    44
    55Maybe using ` as the delimiter would be more bulletproof.