Fix theme name collicision.

This commit is contained in:
Frank419
2024-08-20 07:54:14 +08:00
parent 942a4c151f
commit a251c77096
6 changed files with 103 additions and 1326 deletions
+2 -2
View File
@@ -806,8 +806,8 @@ function minimalistflex_customize_register( $wp_customize ) {
'label' => __( 'Footer Options', 'minimalistflex' ),
'description' => __( 'Choose what to display in your footer credit section.', 'minimalistflex' ),
'choices' => Array(
'both' => __( 'Both minimalistflex credits and custom footer text.', 'minimalistflex' ),
'minimalistflex' => __( 'minimalistflex credits only.', 'minimalistflex' ),
'both' => __( 'Both MinimalistFlex credits and custom footer text.', 'minimalistflex' ),
'minimalistflex' => __( 'MinimalistFlex credits only.', 'minimalistflex' ),
'custom' => __( 'Custom footer text only.', 'minimalistflex' ),
'none' => __( 'Neither.', 'minimalistflex' )
)