Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/31/2016 12:34:39 PM (9 years ago)
Author:
djpaul
Message:

Code standards - correct spacting on brackets around function calls.

File:
1 edited

Legend:

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

    r10829 r10843  
    377377     * @since 1.6.0
    378378     */
    379     do_action ( 'bp_widgets_init' );
     379    do_action( 'bp_widgets_init' );
    380380}
    381381
     
    394394     * @since 1.6.0
    395395     */
    396     do_action ( 'bp_head' );
     396    do_action( 'bp_head' );
    397397}
    398398
     
    472472     * @since 1.6.0
    473473     */
    474     do_action ( 'bp_enqueue_scripts' );
     474    do_action( 'bp_enqueue_scripts' );
    475475}
    476476
     
    490490     * @since 2.6.0
    491491     */
    492     do_action ( 'bp_enqueue_embed_scripts' );
     492    do_action( 'bp_enqueue_embed_scripts' );
    493493}
    494494
     
    557557     * @since 1.6.0
    558558     */
    559     do_action ( 'bp_setup_theme' );
     559    do_action( 'bp_setup_theme' );
    560560}
    561561
     
    580580     * @since 1.7.0
    581581     */
    582     do_action ( 'bp_after_setup_theme' );
     582    do_action( 'bp_after_setup_theme' );
    583583}
    584584
Note: See TracChangeset for help on using the changeset viewer.