diff options
Diffstat (limited to 'includes/admin/helpfiles/instrunctions.php')
-rw-r--r-- | includes/admin/helpfiles/instrunctions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/admin/helpfiles/instrunctions.php b/includes/admin/helpfiles/instrunctions.php index b9c4d89..d549aff 100644 --- a/includes/admin/helpfiles/instrunctions.php +++ b/includes/admin/helpfiles/instrunctions.php @@ -5,7 +5,7 @@ // // SPDX-License-Identifier: AGPL-3.0-or-later -if ( !class_exists( 'Instructions_Page' ) ) { +if ( ! class_exists( 'Instructions_Page' ) ) { class Instructions_Page { |