fixed errors and remain files for cleaning

This commit is contained in:
asus
2024-04-17 16:56:56 +02:00
parent 3a1f0b07ee
commit b059101f15
3 changed files with 3 additions and 3 deletions

View File

@@ -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');

View File

@@ -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%;