Make WordPress Core

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


Ignore:
Timestamp:
12/22/2015 03:09:49 AM (9 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35023, comment 14

    initial v1  
    11I hear you, but I am in a real bind I have pushed a new version of the plugin that includes a workaround. but any installs with an old version on WP 4.4 will break.
    22
    3 The function currently uses a test that looks string with a "[" but assumes that it closes with a closing "]"
     3The function currently uses a test that looks string with a `"["` but assumes that it closes with a closing `"]"`
    44
    5 The #rd patch tests for the closing "]" which is safer that just testing for an opening "[" and handles "foo]" as well just incase
     5The 3rd patch tests for the closing `"]"` which is safer that just testing for an opening `"["` and handles `"foo]"` as well just incase