Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #14674, comment 14


Ignore:
Timestamp:
08/24/2016 07:15:25 AM (9 years ago)
Author:
MattyRob
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14674, comment 14

    initial v1  
    11The current patch doesn't take into account the HTML <hr> tag as well XHTML <hr /> tag. Updated patch takes this into account using a preg_replace() call and also demonstrates using two consecutive str_replace calls (I'm not sure which will be faster).
    22
    3 In my testing it works fine.
     3In my testing it works fine. (Mac OS Browser as follows Safari 9.1.2, FF 48.0 and Chrome 58)