Changeset 1034013
- Timestamp:
- 11/27/2014 05:45:13 PM (11 years ago)
- Location:
- wp-admin-no-show/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-admin-no-show.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-admin-no-show/trunk/readme.txt
r825140 r1034013 5 5 Requires at least: 3.1 6 6 Tested up to: 3.8 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 License: MIT License 9 9 License URI: http://www.opensource.org/licenses/mit-license.php … … 39 39 40 40 == Changelog == 41 42 = 1.4.4 = 43 * Teste with WordPress 4.0.1. 44 * Updated verbage in admin page. 45 * Updated copyright year. 41 46 42 47 = 1.4.3 = -
wp-admin-no-show/trunk/wp-admin-no-show.php
r825140 r1034013 4 4 Plugin URI: http://www.dougsparling.org 5 5 Description: Efectively blocks admin portion of site for selected user roles. Any attempt to manually navigate to wp-admin section of site and user will be redirected to selected site page. Hides admin bar. 6 Version: 1.4. 36 Version: 1.4.4 7 7 Author: Doug Sparling 8 8 Author URI: http://www.dougsparling.org 9 9 License: MIT License - http://www.opensource.org/licenses/mit-license.php 10 10 11 Copyright (c) 2012-201 3Doug Sparling11 Copyright (c) 2012-2014 Doug Sparling 12 12 Based on WP Hide Dashboard plugin by Kim Parsell and Admin Bar Disabler plugin by Scott Kingsley Clark 13 13 … … 230 230 <label> 231 231 <input name="wp_admin_no_show_redirect_type" type="radio" value="none" class="tog" <?php checked( 'none', get_option( 'wp_admin_no_show_redirect_type' ) ); ?> /> 232 <?php _e( 'No redirect (Only hide WP Admin Bar , user will still see admin pages)' ); ?>232 <?php _e( 'No redirect (Only hide WP Admin Bar on pages/posts, user will still see admin pages)' ); ?> 233 233 </label> 234 234 </p>
Note: See TracChangeset
for help on using the changeset viewer.