From 5a877f9e768f727e931fe8c2b66e62e363a032b2 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 7 Apr 2021 10:13:31 +0200 Subject: Whitespace only, no functional change. --- includes/admin/views/giglog_admin_page.php | 34 ++++++++++-------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/includes/admin/views/giglog_admin_page.php b/includes/admin/views/giglog_admin_page.php index 86398bf..babe988 100644 --- a/includes/admin/views/giglog_admin_page.php +++ b/includes/admin/views/giglog_admin_page.php @@ -83,10 +83,10 @@ if ( !class_exists( 'GiglogAdmin_AdminPage' ) ) { return $select; } - - static function adminactions() //didn't get this one to work, the point was to create the drop down menu with a function, but it works fine to create it directly in the query + + static function adminactions() //didn't get this one to work, the point was to create the drop down menu with a function, but it works fine to create it directly in the query { - global $wpdb; + global $wpdb; $query = "SELECT id,wpgs_name from wpg_pressstatus" ; $statuses = $wpdb->get_results($query); @@ -103,8 +103,6 @@ if ( !class_exists( 'GiglogAdmin_AdminPage' ) ) { return $select; } - - static function get_concerts() { $hf_user = wp_get_current_user(); @@ -176,7 +174,7 @@ if ( !class_exists( 'GiglogAdmin_AdminPage' ) ) { $stquery = "SELECT id,wpgs_name from wpg_pressstatus" ; $statuses = $wpdb->get_results($stquery); $content .= '
'); } + //PHOTO2 if ($p1 == 'photo2') { @@ -332,8 +321,8 @@ if ( !class_exists( 'GiglogAdmin_AdminPage' ) ) { else //not taken by anyone return ('
'); - } + //TEXT1 if ($p1 == 'rev1') { @@ -348,8 +337,8 @@ if ( !class_exists( 'GiglogAdmin_AdminPage' ) ) { else //not taken by anyone return ('
'); - } + //TEXT2 if ($p1 == 'rev2') { @@ -364,7 +353,6 @@ if ( !class_exists( 'GiglogAdmin_AdminPage' ) ) { else //not taken by anyone return ('
'); - } } } -- cgit v1.2.3