Changeset 1226562
- Timestamp:
- 08/20/2015 09:06:22 PM (11 years ago)
- Location:
- ms-custom-login/trunk
- Files:
-
- 2 edited
-
ms-custom-login.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ms-custom-login/trunk/ms-custom-login.php
r1166648 r1226562 6 6 * Text Domain: ms-custom-login 7 7 * Domain Path: /languages 8 * Version: 0. 88 * Version: 0.9 9 9 * Author: Mignon Style 10 10 * Author URI: http://mignonstyle.com … … 1240 1240 } else { 1241 1241 if ( ! empty( $options['mcl_logo_url'] ) ) { 1242 list( $width, $height ) = getimagesize( $options['mcl_logo_url'] ); 1242 $abs_path = rtrim( ABSPATH, '/' ); 1243 $path = str_replace( site_url(), $abs_path, $options['mcl_logo_url'] ); 1244 list( $width, $height ) = getimagesize( $path ); 1243 1245 1244 1246 if ( $width >= 320 ) { … … 1264 1266 $height = 84; 1265 1267 } 1266 1267 1268 if ( ! empty( $options['mcl_show_logo_text'] ) ) { 1268 1269 $text_x = 'left'; -
ms-custom-login/trunk/readme.txt
r1166648 r1226562 5 5 Tags: login, admin, custom, customise, customize, customisation, customization, logo, custom login, custom logo 6 6 Requires at least: 3.9 7 Tested up to: 4. 2.27 Tested up to: 4.3 8 8 Stable tag: trunk 9 9 License: GPLv2 or later … … 55 55 == Changelog == 56 56 57 = 0.9 = 58 * Bug fix of logo image. 59 57 60 = 0.8 = 58 61 * Add the selection of the "position of the form".
Note: See TracChangeset
for help on using the changeset viewer.