Changeset 1133804
- Timestamp:
- 04/13/2015 03:42:13 PM (11 years ago)
- Location:
- dovetail/trunk
- Files:
-
- 2 edited
-
FP-members.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dovetail/trunk/FP-members.php
r1133794 r1133804 14 14 * Description: Dovetail adds basic yet beautiful membership tools to your WordPress website. Use and enjoy. 15 15 * Author: Rigorous & Factory Pattern 16 * Version: 1.2. 816 * Version: 1.2.9 17 17 * Author URI: https://rigorous-digital.co.uk/author/admin 18 18 */ … … 56 56 //add_filter( 'registration_redirect', 'fp_registration_pay' ); 57 57 58 add_action( 'plugins_loaded', 'dovetail_hide_adminbar');58 add_action( 'plugins_loaded', array( &$this, 'dovetail_hide_adminbar' ) ); 59 59 60 60 // Add the links to the admin bar -
dovetail/trunk/readme.txt
r1133791 r1133804 52 52 == Changelog == 53 53 54 = 1.2.9 = 55 56 * Fixed bug where the admin bar wasn't being hidden for non-admins 57 54 58 = 1.2.8 = 55 59
Note: See TracChangeset
for help on using the changeset viewer.