Changeset 1461059
- Timestamp:
- 07/26/2016 09:38:04 PM (10 years ago)
- Location:
- plugin-grouper/trunk
- Files:
-
- 3 edited
-
classes/ScreenOption.php (modified) (1 diff)
-
plugin-grouper.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugin-grouper/trunk/classes/ScreenOption.php
r1458754 r1461059 19 19 20 20 class ScreenOption { 21 public $option = [];21 public $option = array(); 22 22 public $hide_text, $show_hidden; 23 23 -
plugin-grouper/trunk/plugin-grouper.php
r1458754 r1461059 4 4 * Plugin URI: http://www.sujinc.com/ 5 5 * Description: Too many plugins bothers you? Put them into group! 6 * Version: 5.0. 06 * Version: 5.0.1 7 7 * Author: Sujin 수진 Choi 8 8 * Author URI: http://www.sujinc.com/ -
plugin-grouper/trunk/readme.txt
r1458754 r1461059 5 5 Requires at least: 4.2.2 6 6 Tested up to: 4.5.3 7 Stable tag: 5.0. 07 Stable tag: 5.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.