Make WordPress Core

Changes between Initial Version and Version 14 of Ticket #30449


Ignore:
Timestamp:
11/23/2014 11:43:15 AM (9 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30449

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
    • Property Milestone changed from Awaiting Review to
  • Ticket #30449 – Description

    initial v14  
    22
    33If you pass it:
     4{{{
    45title=”Tab 1 Title”
    5 
     6}}}
    67It returns:
     8{{{
    79(
    810    [title] => ”Tab
     
    1012    [1] => Title”
    1113)
    12 
     14}}}
    1315and not:
     16{{{
    1417(
    1518    [title] => ”Tab 1 Title"
    1619)
    17 
     20}}}
    1821Never did this before and seems to be breaking wherever there are params with spaces (delimits on the spaces)
    1922