Theme: Apply coding standards.

This commit is contained in:
Ian Dunn 2021-05-04 08:49:04 -07:00
parent 7174ae2fb6
commit 4d80fcb733
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ if ( ! have_posts() ) {
}
$new_pledge_link = get_permalink( get_page_by_path( 'for-organizations' ) );
$pledge_order = isset( $_GET['order'] ) ? $_GET['order'] : '';
$pledge_order = isset( $_GET['order'] ) ? $_GET['order'] : '';
get_header(); ?>