Skip to content

Commit

Permalink
Remove redundant reference to ‘fa-plug’
Browse files Browse the repository at this point in the history
The reference to the icon is now only mentioned
in one place in the code.

Fixes #21414
  • Loading branch information
vboctor committed Aug 4, 2016
1 parent c983ad7 commit 908069e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/layout_api.php
Expand Up @@ -830,7 +830,6 @@ function layout_config_menu_options_for_sidebar( $p_active_sidebar_page ) {
$t_menu_option = array();
$t_menu_option['title'] = $t_custom_option[0];
$t_menu_option['access_level'] = $t_custom_option[1];
$t_menu_option['icon'] = 'fa-plug';
$t_menu_option['url'] = $t_custom_option[2];
}

Expand Down

0 comments on commit 908069e

Please sign in to comment.