Changeset 846431
- Timestamp:
- 01/27/2014 06:40:12 PM (12 years ago)
- Location:
- request-access/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
request-access.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
request-access/trunk/readme.txt
r836251 r846431 4 4 Requires at least: 3.0 5 5 Tested up to: 3.8 6 Stable tag: 1. 36 Stable tag: 1.4 7 7 License: GPL 8 8 License URI: http://www.gnu.org/licenses/gpl.html … … 60 60 = 1.1 = 61 61 * Fixed plugin banner image 62 63 = 1.4 = 64 * Fixed remove_cap error (see http://wordpress.org/support/topic/error-313?replies=1) -
request-access/trunk/request-access.php
r836251 r846431 4 4 Plugin URI: http://www.knewton.com 5 5 Description: Allow users to request access to your website 6 Version: 1. 36 Version: 1.4 7 7 Author: Jon Tascher 8 8 Author URI: http://www.knewton.com … … 63 63 foreach (apply_filters('editable_roles', $wp_roles->roles) as $role) { 64 64 $role = get_role(strtolower($role['name'])); 65 66 if (!is_object($role)) { 67 continue; 68 } 65 69 66 70 if ($role->name == 'administrator') {
Note: See TracChangeset
for help on using the changeset viewer.