[wp-trac] [WordPress Trac] #59509: Shortcode attributes named 0 are ignored

WordPress Trac noreply at wordpress.org
Sat Sep 30 12:14:06 UTC 2023


#59509: Shortcode attributes named 0 are ignored
--------------------------+-----------------------------
 Reporter:  ourous        |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Shortcodes    |    Version:  6.3.1
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Shortcode attributes in the form `0=...` are not picked up during parsing.
 This is because the parser checks for an empty name with `empty(..)`,
 which also returns true for the string `'0'`.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/59509>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list