Skip to content

Commit

Permalink
This is all output anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Mar 27, 2024
1 parent 0cc0d48 commit 991db23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/TaskManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
use OMGF\Helper as OMGF;
use OMGF\Admin\Settings;

/**
* @codeCoverageIgnore
*/
class TaskManager {
/**
* @since v5.5.6 Plugins which can't run alongside OMGF, mostly plugins which remove Google Fonts.
Expand Down Expand Up @@ -105,6 +102,8 @@ class TaskManager {

/**
* Renders the Task Manager Warnings box.
*
* @codeCoverageIgnore
*/
public static function render_warnings() {
if ( ! empty( OMGF::get_option( Settings::OMGF_OPTIMIZE_SETTING_TEST_MODE ) ) && ! wp_doing_ajax() ) : ?>
Expand Down

0 comments on commit 991db23

Please sign in to comment.