Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30438, comment 1


Ignore:
Timestamp:
11/21/2014 08:16:04 AM (10 years ago)
Author:
akirk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30438, comment 1

    initial v1  
    1 Little explanation for my patch: the `preg_quote` could be applied at the variable definition but for code review reasons I'd suggest to make it obvious in the `preg_replace` that the variable used in the regular expression is quoted properly.
     1Small explanation for my patch: the `preg_quote` could be applied at the variable definition but for code review reasons I'd suggest to make it obvious in the `preg_replace` that the variable used in the regular expression is quoted properly.