Skip to content

Commit

Permalink
hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed May 9, 2018
1 parent 71136c4 commit 2e31f8c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions plugin-name/admin/Plugin_Name_Admin.php
Expand Up @@ -83,16 +83,6 @@ public static function initialize() {
* @return object A single instance of this class.
*/
public static function get_instance() {

/*
* @TODO :
*
* - Uncomment following lines if the admin class should only be available for super admins
if( ! is_super_admin() ) {
return;
}
*/

// If the single instance hasn't been set, set it now.
if ( null == self::$instance ) {
try {
Expand Down

0 comments on commit 2e31f8c

Please sign in to comment.