Changes between Initial Version and Version 1 of Ticket #41853, comment 1
- Timestamp:
- 09/11/2017 09:09:50 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41853, comment 1
initial v1 9 9 }, 10, 3 ); 10 10 }}} 11 12 where 13 14 {{{ 15 * @param array $out The output array of shortcode attributes. 16 * @param array $pairs The supported attributes and their defaults. 17 * @param array $atts The user defined shortcode attributes. 18 }}}