Changeset 885885
- Timestamp:
- 04/01/2014 08:38:57 PM (12 years ago)
- Location:
- header-login
- Files:
-
- 4 edited
- 1 copied
-
tags/2.8.4 (copied) (copied from header-login/trunk)
-
tags/2.8.4/headerlogin.php (modified) (3 diffs)
-
tags/2.8.4/readme.txt (modified) (2 diffs)
-
trunk/headerlogin.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
header-login/tags/2.8.4/headerlogin.php
r876696 r885885 3 3 * 4 4 * @package Header_Login 5 * @version 2.8. 35 * @version 2.8.4 6 6 */ 7 7 /* … … 11 11 This allows for a user to log into Access Manager and then be automatically logged into Wordpress, without having to navigate to the Admin Console. 12 12 Author: Scott Weber and Matthew Ehle 13 Version: 2.8. 313 Version: 2.8.4 14 14 Author URI: https://github.com/scweber 15 15 */ … … 219 219 <?php foreach($blogList as $blog) : ?> 220 220 <tr valign="top"> 221 <td class="ms-blog-path"><label for="create-new-user<?php echo $blog->blog_id; ?>"><?php echo $blog-> path; ?></label></td>221 <td class="ms-blog-path"><label for="create-new-user<?php echo $blog->blog_id; ?>"><?php echo $blog->domain; echo $blog->path; ?></label></td> 222 222 <td class="ms-blog-create-new-user"> 223 223 <input type="radio" name="create-new-user<?php echo $blog->blog_id; ?>" id="create-new-user-true" value="1" onclick="toggleNewUserRole(this.value, <?php echo $blog->blog_id; ?>)" <?php echo $create_new_user_true[$blog->blog_id] ?> /> <label for="create-new-user<?php $blog->blog_id; ?>-true"><?php _e('Yes','header-login'); ?></label> -
header-login/tags/2.8.4/readme.txt
r878917 r885885 4 4 Requires at least: 3.0 5 5 Tested up to: 3.8.1 6 Stable tag: 2.8. 36 Stable tag: 2.8.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 == Changelog == 39 = 2.8.4 = 40 * **Bug Fixes** 41 * Add Domain to Path in list of sites when on a MultiSite Install. This fix is for Domain Based Multi-site installations. 42 39 43 = 2.8.3 = 40 44 * **Enhancements** -
header-login/trunk/headerlogin.php
r876696 r885885 3 3 * 4 4 * @package Header_Login 5 * @version 2.8. 35 * @version 2.8.4 6 6 */ 7 7 /* … … 11 11 This allows for a user to log into Access Manager and then be automatically logged into Wordpress, without having to navigate to the Admin Console. 12 12 Author: Scott Weber and Matthew Ehle 13 Version: 2.8. 313 Version: 2.8.4 14 14 Author URI: https://github.com/scweber 15 15 */ … … 219 219 <?php foreach($blogList as $blog) : ?> 220 220 <tr valign="top"> 221 <td class="ms-blog-path"><label for="create-new-user<?php echo $blog->blog_id; ?>"><?php echo $blog-> path; ?></label></td>221 <td class="ms-blog-path"><label for="create-new-user<?php echo $blog->blog_id; ?>"><?php echo $blog->domain; echo $blog->path; ?></label></td> 222 222 <td class="ms-blog-create-new-user"> 223 223 <input type="radio" name="create-new-user<?php echo $blog->blog_id; ?>" id="create-new-user-true" value="1" onclick="toggleNewUserRole(this.value, <?php echo $blog->blog_id; ?>)" <?php echo $create_new_user_true[$blog->blog_id] ?> /> <label for="create-new-user<?php $blog->blog_id; ?>-true"><?php _e('Yes','header-login'); ?></label> -
header-login/trunk/readme.txt
r878917 r885885 4 4 Requires at least: 3.0 5 5 Tested up to: 3.8.1 6 Stable tag: 2.8. 36 Stable tag: 2.8.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 == Changelog == 39 = 2.8.4 = 40 * **Bug Fixes** 41 * Add Domain to Path in list of sites when on a MultiSite Install. This fix is for Domain Based Multi-site installations. 42 39 43 = 2.8.3 = 40 44 * **Enhancements**
Note: See TracChangeset
for help on using the changeset viewer.