Changeset 2789265
- Timestamp:
- 09/23/2022 11:14:13 AM (3 years ago)
- Location:
- webtexttool
- Files:
-
- 2 edited
-
tags/3.4.1/admin/class-webtexttool-form.php (modified) (2 diffs)
-
trunk/admin/class-webtexttool-form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webtexttool/tags/3.4.1/admin/class-webtexttool-form.php
r2782025 r2789265 190 190 * @param $type 191 191 */ 192 public function text_field($var, $label, array$attributes = array(), $type = null)192 public function text_field($var, $label, $attributes = array(), $type = null) 193 193 { 194 194 $option_name = $type; … … 222 222 * @param $type 223 223 */ 224 public function text_area($var, $label, array$attributes = array(), $type = null)224 public function text_area($var, $label, $attributes = array(), $type = null) 225 225 { 226 226 $option_name = $type; -
webtexttool/trunk/admin/class-webtexttool-form.php
r2782025 r2789265 190 190 * @param $type 191 191 */ 192 public function text_field($var, $label, array$attributes = array(), $type = null)192 public function text_field($var, $label, $attributes = array(), $type = null) 193 193 { 194 194 $option_name = $type; … … 222 222 * @param $type 223 223 */ 224 public function text_area($var, $label, array$attributes = array(), $type = null)224 public function text_area($var, $label, $attributes = array(), $type = null) 225 225 { 226 226 $option_name = $type;
Note: See TracChangeset
for help on using the changeset viewer.