Plugin Directory

Changeset 947922


Ignore:
Timestamp:
07/14/2014 12:40:22 AM (12 years ago)
Author:
rockaja
Message:

Bug fix - forbidden function

Location:
wp-float-admin-menu
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-float-admin-menu/tags/2.0.1/readme.txt

    r943665 r947922  
    55Requires at least: 3.0.1
    66Tested up to: 3.9.1
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88
    99Re-positions your wordpress admin menu from the left side to the top. Have a less cluttered admin area for you or your clients to use
     
    3939= 2.0.0 =
    4040* Responsive Design
     41= 2.0.1 =
     42* Forbidden bug fix
  • wp-float-admin-menu/tags/2.0.1/src/wp-float-admin-menu.php

    r943657 r947922  
    2121    add_action("init", array($this,"wpfam_dashboard_init"));
    2222    add_action("admin_init", array($this,"wpfam_forbidden_check"));
    23     add_action('plugins_loaded', array($this,'forbidden_check')); 
     23    //add_action('plugins_loaded', array($this,'forbidden_check')); 
    2424    // filters
    2525    add_filter( 'show_admin_bar' , array($this, 'wpfam_function_admin_bar'));
  • wp-float-admin-menu/tags/2.0.1/wp-float-admin-menu.php

    r943664 r947922  
    55Description: Re-positions your wordpress admin menu from the side to the top. Have a less cluttered admin area for you or your clients to use
    66Author: Ola Apata
    7 Version: 2.0.0
     7Version: 2.0.1
    88Author URI: http://profiles.wordpress.org/rockaja
    99License: GPLv2 or later
  • wp-float-admin-menu/trunk/readme.txt

    r943665 r947922  
    55Requires at least: 3.0.1
    66Tested up to: 3.9.1
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88
    99Re-positions your wordpress admin menu from the left side to the top. Have a less cluttered admin area for you or your clients to use
     
    3939= 2.0.0 =
    4040* Responsive Design
     41= 2.0.1 =
     42* Forbidden bug fix
  • wp-float-admin-menu/trunk/src/wp-float-admin-menu.php

    r943657 r947922  
    2121    add_action("init", array($this,"wpfam_dashboard_init"));
    2222    add_action("admin_init", array($this,"wpfam_forbidden_check"));
    23     add_action('plugins_loaded', array($this,'forbidden_check')); 
     23    //add_action('plugins_loaded', array($this,'forbidden_check')); 
    2424    // filters
    2525    add_filter( 'show_admin_bar' , array($this, 'wpfam_function_admin_bar'));
  • wp-float-admin-menu/trunk/wp-float-admin-menu.php

    r943664 r947922  
    55Description: Re-positions your wordpress admin menu from the side to the top. Have a less cluttered admin area for you or your clients to use
    66Author: Ola Apata
    7 Version: 2.0.0
     7Version: 2.0.1
    88Author URI: http://profiles.wordpress.org/rockaja
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.