Plugin Directory

Changeset 2789265


Ignore:
Timestamp:
09/23/2022 11:14:13 AM (3 years ago)
Author:
israpil
Message:
  • fixed PHP warnings
Location:
webtexttool
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • webtexttool/tags/3.4.1/admin/class-webtexttool-form.php

    r2782025 r2789265  
    190190     * @param $type
    191191     */
    192     public function text_field($var, $label, array $attributes = array(), $type = null)
     192    public function text_field($var, $label, $attributes = array(), $type = null)
    193193    {
    194194        $option_name = $type;
     
    222222     * @param $type
    223223     */
    224     public function text_area($var, $label, array $attributes = array(), $type = null)
     224    public function text_area($var, $label, $attributes = array(), $type = null)
    225225    {
    226226        $option_name = $type;
  • webtexttool/trunk/admin/class-webtexttool-form.php

    r2782025 r2789265  
    190190     * @param $type
    191191     */
    192     public function text_field($var, $label, array $attributes = array(), $type = null)
     192    public function text_field($var, $label, $attributes = array(), $type = null)
    193193    {
    194194        $option_name = $type;
     
    222222     * @param $type
    223223     */
    224     public function text_area($var, $label, array $attributes = array(), $type = null)
     224    public function text_area($var, $label, $attributes = array(), $type = null)
    225225    {
    226226        $option_name = $type;
Note: See TracChangeset for help on using the changeset viewer.