Update TGM Plugin Activation library
This commit is contained in:
7315
includes/libraries/class-tgm-plugin-activation.php
Executable file → Normal file
7315
includes/libraries/class-tgm-plugin-activation.php
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
@@ -394,8 +394,11 @@ final class SportsPress {
|
|||||||
endswitch;
|
endswitch;
|
||||||
|
|
||||||
$config = array(
|
$config = array(
|
||||||
|
'id' => 'sportspress',
|
||||||
'default_path' => '',
|
'default_path' => '',
|
||||||
'menu' => 'tgmpa-install-plugins',
|
'menu' => 'tgmpa-install-plugins',
|
||||||
|
'parent_slug' => 'plugins.php',
|
||||||
|
'capability' => 'manage_options',
|
||||||
'has_notices' => true,
|
'has_notices' => true,
|
||||||
'dismissable' => true,
|
'dismissable' => true,
|
||||||
'is_automatic' => true,
|
'is_automatic' => true,
|
||||||
|
|||||||
Reference in New Issue
Block a user