Skip to content

Commit

Permalink
Merge pull request #2302 from raftaar1191/issues-2263
Browse files Browse the repository at this point in the history
Issues 2263
  • Loading branch information
Devin Walker committed Nov 7, 2017
2 parents d6d07e4 + 570f081 commit e55e430
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion includes/admin/class-blank-slate.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,20 @@ public function render( $which = 'bottom') {
* @since 1.8.13
*/
function hide_ui() {
echo '<style type="text/css">.page-title-action, .give-filters, .search-box, .subsubsub, .wp-list-table, .tablenav.top, .give_forms_page_give-payment-history .tablenav.bottom, .give_forms_page_give-donors .tablenav.bottom, .tablenav-pages { display: none; }</style>';
?>
<style type="text/css">
.give-filters,
.search-box,
.subsubsub,
.wp-list-table,
.tablenav.top,
.give_forms_page_give-payment-history .tablenav.bottom,
.give_forms_page_give-donors .tablenav.bottom,
.tablenav-pages {
display: none;
}
</style>
<?php
}

/**
Expand Down

0 comments on commit e55e430

Please sign in to comment.