Changeset 1458766
- Timestamp:
- 07/22/2016 07:58:52 AM (10 years ago)
- File:
-
- 1 edited
-
plugin-grouper/trunk/classes/Hide.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugin-grouper/trunk/classes/Hide.php
r1458754 r1458766 190 190 191 191 // Modify Query 192 $hidden_plugins = get_option( 'plugin_hidden' );192 $hidden_plugins = get_option( 'plugin_hidden', array() ); 193 193 194 194 $plugins_ = array();
Note: See TracChangeset
for help on using the changeset viewer.