Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/30/2015 07:06:58 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Messages: Brackets and whitespace improvements to BP_Messages_Loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-loader.php

    r9819 r9825  
    1919 */
    2020class BP_Messages_Component extends BP_Component {
     21
    2122        /**
    2223         * If this is true, the Message autocomplete will return friends only, unless
     
    8485
    8586                // Define a slug, if necessary
    86                 if ( !defined( 'BP_MESSAGES_SLUG' ) )
     87                if ( !defined( 'BP_MESSAGES_SLUG' ) ) {
    8788                        define( 'BP_MESSAGES_SLUG', $this->id );
     89                }
    8890
    8991                // Global tables for messaging component
Note: See TracChangeset for help on using the changeset viewer.