From 3118bfe5e0ff26616d60a4cf815d0e1cac820a4d Mon Sep 17 00:00:00 2001 From: shivapoudel Date: Thu, 25 Sep 2014 01:10:38 +0545 Subject: [PATCH] Remove plural from parent::__constructor(); as plugins page style rules are applied:) --- class-tgm-plugin-activation.php | 1 - 1 file changed, 1 deletion(-) diff --git a/class-tgm-plugin-activation.php b/class-tgm-plugin-activation.php index 453a9bdd..db3eaf19 100755 --- a/class-tgm-plugin-activation.php +++ b/class-tgm-plugin-activation.php @@ -1115,7 +1115,6 @@ public function __construct() { parent::__construct( array( 'singular' => 'plugin', - 'plural' => 'plugins', 'ajax' => false, ) );