Changes between Initial Version and Version 1 of Ticket #21120, comment 18
- Timestamp:
- 07/13/2012 11:39:31 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21120, comment 18
initial v1 1 1 map_meta_cap() receives a variable number of arguments: 2 2 3 {{{ .3 {{{ 4 4 $args = array_slice( func_get_args(), 2 ); 5 5 }}}