Skip to content

Commit

Permalink
Fix Dashboard notices clash with StCR Options Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed Dec 23, 2015
1 parent 1e832e5 commit ae73260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comment-mail-pro/plugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2123,7 +2123,7 @@ public function all_admin_notices()
}

$_full_markup = // Put together the full markup; including other pieces.
'<div class="'.esc_attr($_classes).'">'.
'<div class="'.esc_attr($_classes).' style="clear: both;">'. // clear:both needed to fix StCR options page clash; see http://bit.ly/1V83vQl
' '.$this->utils_string->p_wrap($_args['markup'], $_dismiss).
'</div>';
echo apply_filters(__METHOD__.'_notice', $_full_markup, get_defined_vars());
Expand Down

0 comments on commit ae73260

Please sign in to comment.