Opened 11 years ago
Closed 10 years ago
#32172 closed enhancement (duplicate)
Positional shortcodes cannot be single quoted
| Reported by: | WayneAllen | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Shortcodes | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The following shortcode results in a single element in the $atts array: [test "some long text"]
array(0 => "some long text")
The following shortcode results in 3 elements in the $attrs array: [test 'some long text']
array(0 => "'some", 1 => "long", 2 => "text'")
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related: #5914
This bug has been there since the introduction of positional shortcode attributes in [6911].