Plugin Directory

Changeset 1133804


Ignore:
Timestamp:
04/13/2015 03:42:13 PM (11 years ago)
Author:
rigorousrich
Message:

Fixed bug where the admin bar wasn't being hidden for non-admins

Location:
dovetail/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dovetail/trunk/FP-members.php

    r1133794 r1133804  
    1414     *  Description: Dovetail adds basic yet beautiful membership tools to your WordPress website. Use and enjoy.
    1515     *  Author: Rigorous & Factory Pattern
    16      *  Version: 1.2.8
     16     *  Version: 1.2.9
    1717     *  Author URI: https://rigorous-digital.co.uk/author/admin
    1818     */
     
    5656                //add_filter( 'registration_redirect', 'fp_registration_pay' );
    5757
    58                 add_action( 'plugins_loaded', 'dovetail_hide_adminbar' );
     58                add_action( 'plugins_loaded', array( &$this, 'dovetail_hide_adminbar' ) );
    5959
    6060                // Add the links to the admin bar
  • dovetail/trunk/readme.txt

    r1133791 r1133804  
    5252== Changelog ==
    5353
     54= 1.2.9 =
     55
     56* Fixed bug where the admin bar wasn't being hidden for non-admins
     57
    5458= 1.2.8 =
    5559
Note: See TracChangeset for help on using the changeset viewer.