diff --git a/includes/Admin/views/themes.php b/includes/Admin/views/themes.php index 9551601..c41a3fc 100644 --- a/includes/Admin/views/themes.php +++ b/includes/Admin/views/themes.php @@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) { use BreznFlow\Features\ThemeImporter; use BreznFlow\Features\ThemeRegistry; -$custom_themes = ThemeImporter::get_all(); +$breznflow_custom_themes = ThemeImporter::get_all(); ?>

@@ -32,8 +32,8 @@ $custom_themes = ThemeImporter::get_all(); __( 'Invalid file type. Please upload a .breznflow.json file.', 'breznflow' ), 'upload_failed' => __( 'File upload failed. Please try again.', 'breznflow' ), 'read_failed' => __( 'Could not read the uploaded file.', 'breznflow' ), @@ -42,10 +42,10 @@ $custom_themes = ThemeImporter::get_all(); ? urldecode( sanitize_text_field( wp_unslash( $_GET['message'] ) ) ) // phpcs:ignore WordPress.Security.NonceVerification.Recommended : __( 'Theme validation failed.', 'breznflow' ), ); - $msg = $messages[ $error_code ] ?? __( 'An error occurred.', 'breznflow' ); + $breznflow_msg = $breznflow_messages[ $breznflow_error_code ] ?? __( 'An error occurred.', 'breznflow' ); ?>
-

+

@@ -81,10 +81,10 @@ $custom_themes = ThemeImporter::get_all(); - $bf_theme_name ) : ?> + $breznflow_theme_name ) : ?> - - + + @@ -98,7 +98,7 @@ $custom_themes = ThemeImporter::get_all();

- +

@@ -111,11 +111,11 @@ $custom_themes = ThemeImporter::get_all(); - + - - - + + +