Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Aug 21, 2018
1 parent 32af5de commit 3b5754f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions includes/vendors/dismiss-notices/dismiss-notices.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

/**
* Persist Admin notices Dismissal
* Persist Admin Notices Dismissal
*
* Copyright (C) 2016 Agbonghama Collins <http://w3guy.com>
*
Expand All @@ -19,8 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package Persist Admin notices Dismissal
* @author Agbonghama Collins
* @author Andy Fragen
* @author Agbonghama Collins, Andy Fragen
* @license http://www.gnu.org/licenses GNU General Public License
* @version 1.3.2
*/
Expand Down Expand Up @@ -115,7 +113,5 @@ public static function is_admin_notice_active( $arg ) {
return true;
}
}

}

}

0 comments on commit 3b5754f

Please sign in to comment.