Changeset 1133791
- Timestamp:
- 04/13/2015 03:30:19 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
r1113798 r1133791 87 87 include_once( plugin_dir_path( __FILE__ ) . 'classes/class.role-editor.php'); 88 88 89 /*90 89 // Ban non-admins from viewing the admin area 91 90 if ( ( !current_user_can( 'administrator' ) ) && ( defined( 'DOING_AJAX' ) == false ) ) { … … 93 92 exit; 94 93 } 95 */96 94 } 97 95 -
dovetail/trunk/readme.txt
r1130992 r1133791 52 52 == Changelog == 53 53 54 = 1.2.8 = 55 56 * Reintroduced code to stop non-admins from being able to access the dashboard 57 54 58 = 1.2.7 = 55 59
Note: See TracChangeset
for help on using the changeset viewer.