From b059101f15f10ae0d300fffae4b5503295b74125 Mon Sep 17 00:00:00 2001 From: asus Date: Wed, 17 Apr 2024 16:56:56 +0200 Subject: [PATCH] fixed errors and remain files for cleaning --- plugins/cipf_plugin/cipf_plugin.php | 4 ++-- plugins/cipf_plugin/css/user_profile.css | 2 +- ..._utils_acf_fields_disabled.php => _utils_acf_disabled.php} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename plugins/cipf_plugin/php/{_utils_acf_fields_disabled.php => _utils_acf_disabled.php} (100%) diff --git a/plugins/cipf_plugin/cipf_plugin.php b/plugins/cipf_plugin/cipf_plugin.php index 3820543..a1359bb 100644 --- a/plugins/cipf_plugin/cipf_plugin.php +++ b/plugins/cipf_plugin/cipf_plugin.php @@ -4,7 +4,7 @@ Plugin Name: hggg_cipf Plugin URI: Description: Author: hugogogo -Version: 0.5.9.3 +Version: 0.5.10 Author URI: */ @@ -42,7 +42,7 @@ include_once(Plgntls::root_path() . 'php/partners_handle_offers.php'); // utils include_once(Plgntls::root_path() . 'php/_utils_acf_fields.php'); include_once(Plgntls::root_path() . 'php/_utils_acf_dates.php'); -include_once(Plgntls::root_path() . 'php/_utils_acf_fields_disabled.php'); +include_once(Plgntls::root_path() . 'php/_utils_acf_disabled.php'); include_once(Plgntls::root_path() . 'php/_utils_redirections.php'); include_once(Plgntls::root_path() . 'php/_utils_display_css.php'); include_once(Plgntls::root_path() . 'php/_utils_checks_roles.php'); diff --git a/plugins/cipf_plugin/css/user_profile.css b/plugins/cipf_plugin/css/user_profile.css index 994920c..64ddd6d 100644 --- a/plugins/cipf_plugin/css/user_profile.css +++ b/plugins/cipf_plugin/css/user_profile.css @@ -1,4 +1,4 @@ -#your-profile .acf-field-textarea.textarea-full-width { +#your-profile .acf-field-textarea.textarea_full_width { textarea { width: 100%; max-width: 100%; diff --git a/plugins/cipf_plugin/php/_utils_acf_fields_disabled.php b/plugins/cipf_plugin/php/_utils_acf_disabled.php similarity index 100% rename from plugins/cipf_plugin/php/_utils_acf_fields_disabled.php rename to plugins/cipf_plugin/php/_utils_acf_disabled.php