Changeset 1380167
- Timestamp:
- 03/28/2016 08:30:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
buddypress-who-clicked-at-my-profile/trunk/buddypress-who-clicked-at-my-profile.php
r1380158 r1380167 207 207 </p> 208 208 <p> 209 <label for="<?php echo $this->get_field_id('amount'); ?>"><?php _e('Amount of users that should be shown', 'buddypresswcamp'); ?>:</label> 209 210 <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>211 211 </p> 212 212 <?php
Note: See TracChangeset
for help on using the changeset viewer.