Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/23/2015 03:55:00 AM (11 years ago)
Author:
tw2113
Message:

More documentation cleanup for BP-Blogs component.

See #6397.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-widgets.php

    r10215 r10374  
    77 */
    88
    9 // Exit if accessed directly
     9// Exit if accessed directly.
    1010defined( 'ABSPATH' ) || exit;
    1111
     
    7777                $after_widget = $args['after_widget'];
    7878
    79                 // Override some of the contextually set parameters for bp_has_activities()
     79                // Override some of the contextually set parameters for bp_has_activities().
    8080                $args = array(
    8181                        'action'     => 'new_blog_post',
     
    128128         * @param array $new_instance The new instance options.
    129129         * @param array $old_instance The old instance options.
    130          *
    131130         * @return array $instance The parsed options to be saved.
    132131         */
     
    145144         * @param array $instance Settings for this widget.
    146145         *
    147          * @return string
     146         * @return void
    148147         */
    149148        public function form( $instance ) {
Note: See TracChangeset for help on using the changeset viewer.