Changeset 622427
- Timestamp:
- 11/08/2012 03:51:11 AM (13 years ago)
- Location:
- wordpress-by-circle-tree/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wordpress-by-circletree.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-by-circle-tree/trunk/readme.txt
r597316 r622427 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.4.2 7 Stable Tag: trunk 7 8 8 9 Adds Secure Login, custom branding for Circle Tree, LLC powered websites and Support Links for WordPress -
wordpress-by-circle-tree/trunk/wordpress-by-circletree.php
r612083 r622427 5 5 Description: Secure Login Screen for Circle Tree powered websites 6 6 Author: Circle Tree, LLC 7 Version: 2.0. 67 Version: 2.0.7 8 8 Author URI: http://mycircletree.com/ 9 9 */ … … 304 304 } 305 305 public function help ($text, $screen_id, $screen) { 306 if ($screen_id = $this->page_id) {306 if ($screen_id == $this->page_id) { 307 307 $text = ' <h1>Overview</h1>'; 308 308 $text .= '<p>Every failed login will set a transient, and if it is greater than a defined threshhold, it will trigger a reCAPTCHA';
Note: See TracChangeset
for help on using the changeset viewer.