Changes between Initial Version and Version 1 of Ticket #35591, comment 6
- Timestamp:
- 03/16/2016 12:28:18 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35591, comment 6
initial v1 1 {{{ 1 2 var_dump( shortcode_atts( array( 2 3 'mode' => 'desktop', … … 5 6 'tooltip' => 'on' 6 7 ), $atts ) ); 7 8 }}} 8 9 PRINT OUTS... 9 10 {{{ 10 11 array(4) { ["mode"]=> string(7) "desktop" ["expert"]=> string(3) "146" ["num_to_show"]=> string(2) "25" ["tooltip"]=> string(2) "on" } 11 12 }}} 12 13 Nothing looks wrong there to me... but, the strings that i get are different; as far as how well each one is stripped of quotes. 13 14