Make WordPress Core

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


Ignore:
Timestamp:
06/02/2011 02:32:43 PM (14 years ago)
Author:
aaroncampbell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17657, comment 1

    initial v1  
    1 I verified this, and even write some basic unit tests.  It only seems to happen with a hyphen.  Using realshortcode-notreal passes '-notreal' as the first element (index 0) of the attributes array, but realshortcode_notreal and realshortcodenotreal work as expected.
     1I verified this, and even wrote some basic unit tests.  It only seems to happen with a hyphen.  Using realshortcode-notreal passes '-notreal' as the first element (index 0) of the attributes array, but realshortcode_notreal and realshortcodenotreal work as expected.