Apply coding standards

This commit is contained in:
Ian Dunn 2022-04-28 06:40:40 -07:00
parent 82c8c9aec6
commit 53ae291a53
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
4 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path;
defined( 'WPINC' ) || die();
$pledge_id = ( CPT_ID === get_post_type() ) ? get_post()->ID : absint( $_REQUEST['pledge_id'] ?? 0 );
$pledge_id = ( CPT_ID === get_post_type() ) ? get_post()->ID : absint( $_REQUEST['pledge_id'] ?? 0 );
$pledge_name = get_the_title( $pledge_id );
?>