Plugin Directory

Changeset 1699507


Ignore:
Timestamp:
07/20/2017 09:58:19 AM (8 years ago)
Author:
ekamiya
Message:

Initial Release +α(minor fix).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-schedule-notice/trunk/class-genfset.php

    r1699248 r1699507  
    141141  }
    142142
    143   function radio( $nam, $lab, $chk = False, $opt = [] ) {
     143  function radio( $nam, $lab, $chk = False, $opt = array() ) {
    144144  //generate radoi group;
    145145  //assumes inline only at this version.
     
    170170  }
    171171
    172   function tag( $tag, $param=[], $pushstack = True ) {
     172  function tag( $tag, $param=array(), $pushstack = True ) {
    173173  // do not enclose $tag with < >
    174174    $str = $tag . ' ' . $this->unstruct( $param );
Note: See TracChangeset for help on using the changeset viewer.