Skip to content

Commit

Permalink
Declare variables
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Feb 15, 2024
1 parent e8fb785 commit 30de29f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/events-user-created.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* Template for My Events.
*/

/** @var WP_Query $query */

gp_title( __( 'Translation Events' ) . ' - ' . esc_html__( 'My Events' ) );
gp_tmpl_header();
gp_tmpl_load( 'events-header', get_defined_vars(), __DIR__ );
Expand Down

0 comments on commit 30de29f

Please sign in to comment.