Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2020 12:30:19 PM (5 years ago)
Author:
imath
Message:

Activity: fix PHP Code standards in inline comments

Props passoniate

Fixes #8207
Fixes #8208
Fixes #8209
Fixes #8210

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/screens/permalink.php

    r11885 r12527  
    2727    $activity = bp_activity_get_specific( array( 'activity_ids' => bp_action_variable( 0 ), 'show_hidden' => true ) );
    2828
    29     // 404 if activity does not exist
     29    // 404 if activity does not exist.
    3030    if ( empty( $activity['activities'][0] ) ) {
    3131        bp_do_404();
     
    107107    ) );
    108108
    109     // 404 if activity does not exist
     109    // 404 if activity does not exist.
    110110    if ( empty( $activity['activities'][0] ) || bp_action_variables() ) {
    111111        bp_do_404();
Note: See TracChangeset for help on using the changeset viewer.