Changeset 2128820
- Timestamp:
- 07/26/2019 04:02:59 AM (7 years ago)
- Location:
- blue-admin/trunk
- Files:
-
- 3 edited
-
inc/cam.php (modified) (2 diffs)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blue-admin/trunk/inc/cam.php
r2077630 r2128820 15 15 global $wp_admin_bar; 16 16 $menu_name = 'ba_adminbar_menus'; 17 switch_to_blog(get_ba_main_blog_id());17 ba_switch_to_blog(get_ba_main_blog_id()); 18 18 if ( ( $locations = get_nav_menu_locations() ) && isset( $locations[ $menu_name ] ) ) 19 19 { … … 45 45 } 46 46 } 47 restore_current_blog();47 ba_restore_current_blog(); 48 48 } 49 49 add_action( 'wp_before_admin_bar_render', 'ba_custom_adminbar_menus' ); -
blue-admin/trunk/index.php
r2128264 r2128820 2 2 /* 3 3 Plugin Name: Blue Admin 4 Version: 19.07.2 54 Version: 19.07.26 5 5 Plugin URI: http://linesh.com/projects/blue-admin/ 6 6 Description: This is a simple admin design that makes your WordPress administration section more clear and relaxed. … … 18 18 'name'=>"Blue Admin", 19 19 'slug'=>$slug, 20 'version'=>'19.07.2 5',20 'version'=>'19.07.26', 21 21 'url'=> plugin_dir_url(__FILE__), 22 22 'path'=> plugin_dir_path(__FILE__), -
blue-admin/trunk/readme.txt
r2128264 r2128820 2 2 Contributors: lineshjose 3 3 Author: Linesh Jose 4 Stable tag: 19.07.2 54 Stable tag: 19.07.26 5 5 Requires at least: 4.4 6 6 Tested up to: 5.2 … … 60 60 61 61 == Change log == 62 63 = 19.07.26 = 64 * Minor Bug fixes. 62 65 63 66 = 19.07.25 =
Note: See TracChangeset
for help on using the changeset viewer.