Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2015 12:49:36 AM (10 years ago)
Author:
tw2113
Message:

First pass at BP-Core docs cleanup.

See #6398.

File:
1 edited

Legend:

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

    r9819 r10012  
    4646     * @see WP_Widget::widget() for description of parameters.
    4747     *
    48      * @param array $args Widget arguments.
     48     * @param array $args     Widget arguments.
    4949     * @param array $instance Widget settings, as saved by the user.
    5050     */
     
    148148     * @param array $new_instance The new instance options.
    149149     * @param array $old_instance The old instance options.
     150     *
    150151     * @return array $instance The parsed options to be saved.
    151152     */
     
    160161     * Output the login widget options form.
    161162     *
    162      * @param $instance Settings for this widget.
     163     * @param array $instance Settings for this widget.
     164     *
     165     * @return string
    163166     */
    164167    public function form( $instance = array() ) {
Note: See TracChangeset for help on using the changeset viewer.