Changeset 12527 for trunk/src/bp-activity/screens/permalink.php
- Timestamp:
- 01/18/2020 12:30:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/screens/permalink.php
r11885 r12527 27 27 $activity = bp_activity_get_specific( array( 'activity_ids' => bp_action_variable( 0 ), 'show_hidden' => true ) ); 28 28 29 // 404 if activity does not exist 29 // 404 if activity does not exist. 30 30 if ( empty( $activity['activities'][0] ) ) { 31 31 bp_do_404(); … … 107 107 ) ); 108 108 109 // 404 if activity does not exist 109 // 404 if activity does not exist. 110 110 if ( empty( $activity['activities'][0] ) || bp_action_variables() ) { 111 111 bp_do_404();
Note: See TracChangeset
for help on using the changeset viewer.