Plugin Directory

Changeset 2128820


Ignore:
Timestamp:
07/26/2019 04:02:59 AM (7 years ago)
Author:
lineshjose
Message:

Minor Bug fixes.

Location:
blue-admin/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blue-admin/trunk/inc/cam.php

    r2077630 r2128820  
    1515        global $wp_admin_bar;
    1616        $menu_name = 'ba_adminbar_menus';
    17           switch_to_blog(get_ba_main_blog_id());
     17          ba_switch_to_blog(get_ba_main_blog_id());
    1818           if ( ( $locations = get_nav_menu_locations() ) && isset( $locations[ $menu_name ] ) )
    1919           {
     
    4545             }
    4646          }
    47             restore_current_blog();
     47            ba_restore_current_blog();
    4848        }
    4949        add_action( 'wp_before_admin_bar_render', 'ba_custom_adminbar_menus' );
  • blue-admin/trunk/index.php

    r2128264 r2128820  
    22/*
    33    Plugin Name: Blue Admin
    4     Version: 19.07.25
     4    Version: 19.07.26
    55    Plugin URI: http://linesh.com/projects/blue-admin/
    66    Description: This is a simple admin design that makes your WordPress administration section more clear and relaxed.
     
    1818                    'name'=>"Blue Admin",
    1919                    'slug'=>$slug,
    20                     'version'=>'19.07.25',
     20                    'version'=>'19.07.26',
    2121                    'url'=> plugin_dir_url(__FILE__),
    2222                    'path'=> plugin_dir_path(__FILE__),
  • blue-admin/trunk/readme.txt

    r2128264 r2128820  
    22Contributors: lineshjose
    33Author: Linesh Jose 
    4 Stable tag: 19.07.25
     4Stable tag: 19.07.26
    55Requires at least: 4.4
    66Tested up to: 5.2
     
    6060 
    6161== Change log ==
     62
     63= 19.07.26 =
     64* Minor Bug fixes.
    6265
    6366= 19.07.25 =
Note: See TracChangeset for help on using the changeset viewer.