mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-16 15:15:45 +03:00
Theme: Apply coding standards.
This commit is contained in:
parent
7174ae2fb6
commit
4d80fcb733
2 changed files with 3 additions and 3 deletions
|
@ -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(); ?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue