Changeset 657011
- Timestamp:
- 01/22/2013 05:31:57 PM (13 years ago)
- Location:
- super-custom-login
- Files:
-
- 5 added
- 2 edited
-
tags/0.6 (added)
-
tags/0.6/login_logo.png (added)
-
tags/0.6/login_logo.psd (added)
-
tags/0.6/readme.txt (added)
-
tags/0.6/super-custom-login.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/super-custom-login.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
super-custom-login/trunk/readme.txt
r654412 r657011 5 5 Requires at least: 3.1 6 6 Tested up to: 3.5 7 Stable tag: 0. 57 Stable tag: 0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 31 31 == Changelog == 32 32 33 = 0.6 = 34 * Forced logo image to be 328 pixels wide by 84 pixels high with "width:328px!important;" and "height:84px!important;". Tested plugin with WordPress 3.5. 01/22/2013. 35 33 36 = 0.5 = 34 * Forced logo image to be 328 pixels wide by 84 pixels high . Tested plugin with WordPress 3.5. 01/17/2013.37 * Forced logo image to be 328 pixels wide by 84 pixels high with "background-size:328px 84px !important;". Tested plugin with WordPress 3.5. 01/17/2013. 35 38 36 39 = 0.4 = -
super-custom-login/trunk/super-custom-login.php
r654412 r657011 4 4 Plugin URI: http://middleearmedia.com/labs/plugins/super-custom-login/ 5 5 Description: This plugin customizes your login screen. It replaces the WordPress logo with your custom logo. It makes the logo link to your homepage. It enhances security by removing error messages upon failed login attempts. And it includes a template file for your logo. 6 Version: 0. 56 Version: 0.6 7 7 License: GPLv2 or later 8 8 Author: Obadiah Metivier … … 14 14 function custom_login_logo() { 15 15 echo '<style type="text/css"> 16 h1 a { background-image:url('.get_bloginfo('stylesheet_directory').'/images/login_logo.png) !important; background-size: 328px 84px !important; }16 h1 a { background-image:url('.get_bloginfo('stylesheet_directory').'/images/login_logo.png) !important; background-size: 328px 84px !important; height: 84px !important; width: 328px !important; } 17 17 </style>'; 18 18 }
Note: See TracChangeset
for help on using the changeset viewer.