Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/16/2015 11:09:16 PM (11 years ago)
Author:
tw2113
Message:

Punctuation cleanup for core files.

See #6398.

File:
1 edited

Legend:

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

    r10012 r10052  
    77 */
    88
    9 // Exit if accessed directly
     9// Exit if accessed directly.
    1010defined( 'ABSPATH' ) || exit;
    1111
     
    7171
    7272                        <?php
    73 
    74                         /**
    75                          * Fires before the display of widget content if logged in.
    76                          *
    77                          * @since BuddyPress (1.9.0)
    78                          */
     73                        /**
     74                         * Fires before the display of widget content if logged in.
     75                         *
     76                         * @since BuddyPress (1.9.0)
     77                         */
    7978                        do_action( 'bp_before_login_widget_loggedin' ); ?>
    8079
     
    9392
    9493                        /**
    95                          * Fires after the display of widget content if logged in.
    96                          *
    97                          * @since BuddyPress (1.9.0)
    98                          */
     94                         * Fires after the display of widget content if logged in.
     95                         *
     96                         * @since BuddyPress (1.9.0)
     97                         */
    9998                        do_action( 'bp_after_login_widget_loggedin' ); ?>
    10099
     
    104103
    105104                        /**
    106                          * Fires before the display of widget content if logged out.
    107                          *
    108                          * @since BuddyPress (1.9.0)
    109                          */
     105                         * Fires before the display of widget content if logged out.
     106                         *
     107                         * @since BuddyPress (1.9.0)
     108                         */
    110109                        do_action( 'bp_before_login_widget_loggedout' ); ?>
    111110
     
    132131
    133132                        /**
    134                          * Fires after the display of widget content if logged out.
    135                          *
    136                          * @since BuddyPress (1.9.0)
    137                          */
     133                         * Fires after the display of widget content if logged out.
     134                         *
     135                         * @since BuddyPress (1.9.0)
     136                         */
    138137                        do_action( 'bp_after_login_widget_loggedout' ); ?>
    139138
     
    163162         * @param array $instance Settings for this widget.
    164163         *
    165          * @return string
     164         * @return void
    166165         */
    167166        public function form( $instance = array() ) {
Note: See TracChangeset for help on using the changeset viewer.