Plugin Directory

Changeset 1380167


Ignore:
Timestamp:
03/28/2016 08:30:37 AM (10 years ago)
Author:
quan_flo
Message:

widget form layout update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • buddypress-who-clicked-at-my-profile/trunk/buddypress-who-clicked-at-my-profile.php

    r1380158 r1380167  
    207207        </p>
    208208        <p>
     209            <label for="<?php echo $this->get_field_id('amount'); ?>"><?php _e('Amount of users that should be shown', 'buddypresswcamp'); ?>:</label>
    209210            <input type="number" id="<?php echo $this->get_field_id('amount'); ?>" value="<?php echo $instance['amount']; ?>" name="<?php echo $this->get_field_name('amount'); ?>" />
    210             <label for="<?php echo $this->get_field_id('amount'); ?>"><?php _e('Amount of users that should be shown', 'buddypresswcamp'); ?>:</label>
    211211        </p>
    212212        <?php
Note: See TracChangeset for help on using the changeset viewer.