Changeset 1473875
- Timestamp:
- 08/13/2016 05:19:46 PM (10 years ago)
- Location:
- login-security-solution/trunk
- Files:
-
- 2 edited
-
login-security-solution.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
login-security-solution/trunk/login-security-solution.php
r1339359 r1473875 7 7 * 8 8 * Plugin URI: https://wordpress.org/plugins/login-security-solution/ 9 * Version: 0.5 5.09 * Version: 0.56.0 10 10 * (Remember to change the VERSION constant, below, as well!) 11 11 * Author: Daniel Convissor … … 46 46 * This plugin's version 47 47 */ 48 const VERSION = '0.5 5.0';48 const VERSION = '0.56.0'; 49 49 50 50 /** … … 678 678 unset($_POST['log']); 679 679 $this->load_plugin_textdomain(); 680 return $this->hsc_utf8(__('Invalid username or password.', self::ID));680 return $this->hsc_utf8(__('Invalid username or password.', 'login-security-solution')); 681 681 } 682 682 -
login-security-solution/trunk/readme.txt
r1339359 r1473875 514 514 515 515 == Changelog == 516 517 = 0.56.0 (2016-08-13) = 518 * Fix translation domain to be string in one __() call. 516 519 517 520 = 0.55.0 (2016-01-30) =
Note: See TracChangeset
for help on using the changeset viewer.