Changeset 1699507
- Timestamp:
- 07/20/2017 09:58:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-schedule-notice/trunk/class-genfset.php
r1699248 r1699507 141 141 } 142 142 143 function radio( $nam, $lab, $chk = False, $opt = []) {143 function radio( $nam, $lab, $chk = False, $opt = array() ) { 144 144 //generate radoi group; 145 145 //assumes inline only at this version. … … 170 170 } 171 171 172 function tag( $tag, $param= [], $pushstack = True ) {172 function tag( $tag, $param=array(), $pushstack = True ) { 173 173 // do not enclose $tag with < > 174 174 $str = $tag . ' ' . $this->unstruct( $param );
Note: See TracChangeset
for help on using the changeset viewer.