Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Feb 7, 2020
1 parent 81d9335 commit 36da6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Modern Login
* Plugin URI: https://github.com/log1x/modern-login
* Description: A whitelabeled and modernized wp-login.php
* Version: 1.0.3
* Version: 1.0.4
* Author: Brandon Nifong
* Author URI: https://github.com/log1x
* Licence: MIT
Expand Down Expand Up @@ -142,7 +142,7 @@ public function invert($hex)
(int) hexdec($match[2]),
(int) hexdec($match[3]),
] : [
(int) hexdec($match[1].$match[1]),
(int) hexdec($match[1] . $match[1]),
(int) hexdec($match[2].$match[2]),
(int) hexdec($match[3].$match[3]),
];
Expand Down

0 comments on commit 36da6fb

Please sign in to comment.