Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2015 02:07:44 AM (9 years ago)
Author:
tw2113
Message:

More docs cleanup for Friends component.

See #6400.

File:
1 edited

Legend:

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

    r10276 r10323  
    157157     * @param array $new_instance The parameters saved by the user.
    158158     * @param array $old_instance The parameters as previously saved to the database.
    159      *
    160159     * @return array $instance The processed settings to save.
    161160     */
     
    174173     *
    175174     * @param array $instance The saved widget settings.
    176      *
    177      * @return string
     175     * @return void
    178176     */
    179177    function form( $instance ) {
     
    240238
    241239    if ( bp_has_members( $members_args ) ) : ?>
    242         <?php echo '0[[SPLIT]]'; // return valid result. TODO: remove this. ?>
     240        <?php echo '0[[SPLIT]]'; // Return valid result. TODO: remove this. ?>
    243241        <?php while ( bp_members() ) : bp_the_member(); ?>
    244242            <li class="vcard">
Note: See TracChangeset for help on using the changeset viewer.