Changeset 10374 for trunk/src/bp-blogs/bp-blogs-widgets.php
- Timestamp:
- 11/23/2015 03:55:00 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-widgets.php
r10215 r10374 7 7 */ 8 8 9 // Exit if accessed directly 9 // Exit if accessed directly. 10 10 defined( 'ABSPATH' ) || exit; 11 11 … … 77 77 $after_widget = $args['after_widget']; 78 78 79 // Override some of the contextually set parameters for bp_has_activities() 79 // Override some of the contextually set parameters for bp_has_activities(). 80 80 $args = array( 81 81 'action' => 'new_blog_post', … … 128 128 * @param array $new_instance The new instance options. 129 129 * @param array $old_instance The old instance options. 130 *131 130 * @return array $instance The parsed options to be saved. 132 131 */ … … 145 144 * @param array $instance Settings for this widget. 146 145 * 147 * @return string146 * @return void 148 147 */ 149 148 public function form( $instance ) {
Note: See TracChangeset
for help on using the changeset viewer.