Changeset 2099358
- Timestamp:
- 06/02/2019 02:29:18 PM (7 years ago)
- Location:
- xcoobee/trunk
- Files:
-
- 3 edited
-
includes/admin/class-xcoobee-admin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
xcoobee.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xcoobee/trunk/includes/admin/class-xcoobee-admin.php
r2087166 r2099358 91 91 global $submenu; 92 92 93 if ( ! isset( $submenu['xcoobee'] ) ) { 94 return; 95 } 96 93 97 $menu_items = []; 94 98 foreach ( $submenu['xcoobee'] as $item ) { 95 $menu_items[ $item[ 2] ] = $item;99 $menu_items[ $item[2] ] = $item; 96 100 } 97 101 -
xcoobee/trunk/readme.txt
r2088532 r2099358 4 4 Requires at least: 4.4.0 5 5 Tested up to: 5.2 6 Stable tag: 1.5. 26 Stable tag: 1.5.3 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
xcoobee/trunk/xcoobee.php
r2088532 r2099358 5 5 * Author URI: https://www.xcoobee.com/ 6 6 * Description: Connects your website to the XcooBee privacy network and enables secure password recovery and login. 7 * Version: 1.5. 27 * Version: 1.5.3 8 8 * Author: XcooBee 9 9 * License: GPLv3
Note: See TracChangeset
for help on using the changeset viewer.