Skip to content

Commit

Permalink
Merge pull request #296 from Codeinwp/fix/278
Browse files Browse the repository at this point in the history
Removed ACE recommended plugin
  • Loading branch information
vytisbulkevicius authored Jul 10, 2024
2 parents 4726ac2 + b3a88ad commit be375aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions includes/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,14 +782,13 @@ public static function _enqueue_assets() {
'all' => __( 'All', 'menu-icons' ),
'preview' => __( 'Preview', 'menu-icons' ),
'settingsInfo' => sprintf(
'<div> %1$s <p>' . esc_html__( 'Please note that the actual look of the icons on the front-end will also be affected by the style of your active theme. You can add your own CSS using %2$s or a plugin such as %3$s if you need to override it.', 'menu-icons' ) . '</p></div>',
'<div> %1$s <p>' . esc_html__( 'Please note that the actual look of the icons on the front-end will also be affected by the style of your active theme. You can add your own CSS using %2$s.', 'menu-icons' ) . '</p></div>',
$box_data,
sprintf(
'<a href="%s">%s</a>',
esc_url( $customizer_url ),
esc_html__( 'the customizer', 'menu-icons' )
),
'<a target="_blank" href="https://wordpress.org/plugins/advanced-css-editor/">Advanced CSS Editor</a>'
)
),
),
'settingsFields' => self::get_settings_fields(),
Expand Down

0 comments on commit be375aa

Please sign in to comment.