Plugin Directory

Changeset 1714667


Ignore:
Timestamp:
08/17/2017 11:30:26 AM (9 years ago)
Author:
devilboss
Message:

Update

Location:
widgets-for-discourse
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • widgets-for-discourse/tags/0.1/readme.txt

    r1714356 r1714667  
    55Requires at least: 4.6
    66Tested up to: 4.7
     7Stable tag: 0.2
    78License: GPLv2 or later
    89License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3536== Changelog ==
    3637
     38= 0.2 =
     39* Code Refactoring
     40
    3741= 0.1 =
    3842* Initial version
  • widgets-for-discourse/tags/0.2/readme.txt

    r1714356 r1714667  
    55Requires at least: 4.6
    66Tested up to: 4.7
     7Stable tag: 0.2
    78License: GPLv2 or later
    89License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3536== Changelog ==
    3637
     38= 0.2 =
     39* Code Refactoring
     40
    3741= 0.1 =
    3842* Initial version
  • widgets-for-discourse/trunk/readme.txt

    r1714356 r1714667  
    3636== Changelog ==
    3737
     38= 0.2 =
     39* Code Refactoring
     40
    3841= 0.1 =
    3942* Initial version
  • widgets-for-discourse/trunk/widget.php

    r1714252 r1714667  
    4747            <input required class="widefat" type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo esc_attr( $title ); ?>">
    4848            <label for="<?php echo $this->get_field_id( 'URL' ); ?>">URL:</label>
    49             <input required class="widefat" type="text" id="<?php echo $this->get_field_id( 'URL' ); ?>" name="<?php echo $this->get_field_name( 'URL' ); ?>" value="<?php echo esc_attr( $URL ); ?>">
     49            <input type="url" required class="widefat" type="text" id="<?php echo $this->get_field_id( 'URL' ); ?>" name="<?php echo $this->get_field_name( 'URL' ); ?>" value="<?php echo esc_attr( $URL ); ?>">
    5050            <label for="<?php echo $this->get_field_id( 'Order' ); ?>">Order:</label>
    5151            <select name="<?php echo $this->get_field_name( 'Order' ); ?>" id="<?php echo $this->get_field_id( 'Order' ); ?>">
Note: See TracChangeset for help on using the changeset viewer.