diff --git a/admin/handlers.php b/admin/handlers.php index 17898b6..868eec1 100644 --- a/admin/handlers.php +++ b/admin/handlers.php @@ -320,11 +320,12 @@ function gigpress_update_show() { $updateshow = $wpdb->update(GIGPRESS_SHOWS, $show, $where, $format, $where_format); // Was the query successful? - if($updateshow != FALSE) - { + if ( false === $updateshow ) { ?> +
' . __("Edit the related post", "gigpress"). '.'); ?>
+' . __("Edit the related post", "gigpress"). '.');} ?>