Changeset 10011 for trunk/src/bp-blogs/bp-blogs-widgets.php
- Timestamp:
- 07/11/2015 11:12:52 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-widgets.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-widgets.php
r9819 r10011 2 2 3 3 /** 4 * BuddyPress Blogs Widgets 4 * BuddyPress Blogs Widgets. 5 5 * 6 6 * @package BuddyPress … … 24 24 25 25 /** 26 * The Recent Networkwide Posts widget 26 * The Recent Networkwide Posts widget. 27 27 */ 28 28 class BP_Blogs_Recent_Posts_Widget extends WP_Widget { … … 44 44 * @see WP_Widget::widget() for description of parameters. 45 45 * 46 * @param array $args Widget arguments.46 * @param array $args Widget arguments. 47 47 * @param array $instance Widget settings, as saved by the user. 48 48 */ … … 127 127 * @param array $new_instance The new instance options. 128 128 * @param array $old_instance The old instance options. 129 * 129 130 * @return array $instance The parsed options to be saved. 130 131 */ … … 141 142 * Output the networkwide posts widget options form. 142 143 * 143 * @param $instance Settings for this widget. 144 * @param array $instance Settings for this widget. 145 * 146 * @return string 144 147 */ 145 148 public function form( $instance ) {
Note: See TracChangeset
for help on using the changeset viewer.