- Timestamp:
- 05/21/2018 01:01:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/includes/activity/widgets.php
r12082 r12105 33 33 'bp_latest_activities', array( 34 34 'classname' => 'bp-latest-activities buddypress', 35 'description' => __( 'Display the latest updates of your community having the type (s)of your choice.', 'buddypress' ),35 'description' => __( 'Display the latest updates of your community having the types of your choice.', 'buddypress' ), 36 36 'customize_selective_refresh' => true, 37 37 ) … … 186 186 187 187 <p> 188 <label for="<?php echo $this->get_field_id( 'max' ); ?>"><?php _e( 'Max amount to display:', 'buddypress' ); ?></label>188 <label for="<?php echo $this->get_field_id( 'max' ); ?>"><?php _e( 'Maximum amount to display:', 'buddypress' ); ?></label> 189 189 <input type="number" class="widefat" id="<?php echo $this->get_field_id( 'max' ); ?>" name="<?php echo $this->get_field_name( 'max' ); ?>" value="<?php echo intval( $max ); ?>" step="1" min="1" max="20" /> 190 190 </p>
Note: See TracChangeset
for help on using the changeset viewer.