Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/29/2020 09:43:16 PM (6 years ago)
Author:
imath
Message:

Core: fix PHP code standards & typos in inline comments

Props passoniate

Fixes #8225
Fixes #8226
Fixes #8227
Fixes #8228
Fixes #8229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-component.php

    r12495 r12547  
    462462                add_action( 'bp_generate_rewrite_rules', array( $this, 'generate_rewrite_rules' ), 10 );
    463463
    464                 // Register BP REST Endpoints
     464                // Register BP REST Endpoints.
    465465                if ( bp_rest_in_buddypress() && bp_rest_api_is_available() ) {
    466466                        add_action( 'bp_rest_api_init', array( $this, 'rest_api_init' ), 10 );
     
    579579                                        $pos = $nav['position'];
    580580
    581                                         // Reset not set pos to 1
     581                                        // Reset not set pos to 1.
    582582                                        if ( $pos % 10 === 0 ) {
    583583                                                $not_set_pos = 1;
Note: See TracChangeset for help on using the changeset viewer.