Changeset 11899 for trunk/src/bp-templates/bp-nouveau/includes/classes.php
- Timestamp:
- 03/18/2018 09:56:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/classes.php
r11856 r11899 3 3 * Common Classes 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 12 12 * Builds a group of BP_Button 13 13 * 14 * @since 1.0.014 * @since 3.0.0 15 15 */ 16 16 class BP_Buttons_Group { … … 26 26 * Constructor 27 27 * 28 * @since 1.0.028 * @since 3.0.0 29 29 * 30 30 * @param array $args Optional array having the following parameters { … … 93 93 * Sort the Buttons of the group according to their position attribute 94 94 * 95 * @since 1.0.095 * @since 3.0.0 96 96 * 97 97 * @param array the list of buttons to sort. … … 127 127 * Get the BuddyPress buttons for the group 128 128 * 129 * @since 1.0.0129 * @since 3.0.0 130 130 * 131 131 * @param bool $sort whether to sort the buttons or not. … … 159 159 * Update the group of buttons 160 160 * 161 * @since 1.0.0161 * @since 3.0.0 162 162 * 163 163 * @param array $args See the __constructor for a description of this argument. … … 181 181 * Adds a widget to move avatar/item nav into the sidebar 182 182 * 183 * @since 1.0184 * 185 * @uses WP_Widget183 * @since 3.0.0 184 * 185 * @uses WP_Widget 186 186 */ 187 187 class BP_Nouveau_Object_Nav_Widget extends WP_Widget { … … 189 189 * Constructor 190 190 * 191 * @since 1.0191 * @since 3.0.0 192 192 */ 193 193 public function __construct() { … … 207 207 * Register the widget 208 208 * 209 * @since 1.0209 * @since 3.0.0 210 210 */ 211 211 public static function register_widget() { … … 216 216 * Displays the output, the button to post new support topics 217 217 * 218 * @since 1.0 219 * 220 * @param mixed $args Arguments 218 * @since 3.0.0 219 * 220 * @param mixed $args Arguments 221 * @param unknown $instance 221 222 */ 222 223 public function widget( $args, $instance ) { … … 265 266 * Update the new support topic widget options (title) 266 267 * 267 * @since 1.0268 * @since 3.0.0 268 269 * 269 270 * @param array $new_instance The new instance options … … 282 283 * Output the new support topic widget options form 283 284 * 284 * @since 1.0285 * @since 3.0.0 285 286 * 286 287 * @param $instance Instance
Note: See TracChangeset
for help on using the changeset viewer.