Plugin Directory

Changeset 622427


Ignore:
Timestamp:
11/08/2012 03:51:11 AM (13 years ago)
Author:
bobbravo2
Message:

fixed screen_id check for contextual help

Location:
wordpress-by-circle-tree/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-by-circle-tree/trunk/readme.txt

    r597316 r622427  
    55Requires at least: 3.0.1
    66Tested up to: 3.4.2
     7Stable Tag: trunk
    78
    89Adds 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  
    55Description: Secure Login Screen for Circle Tree powered websites
    66Author: Circle Tree, LLC
    7 Version: 2.0.6
     7Version: 2.0.7
    88Author URI: http://mycircletree.com/
    99*/
     
    304304    }
    305305    public function help ($text, $screen_id, $screen) {
    306         if ($screen_id = $this->page_id) {
     306        if ($screen_id == $this->page_id) {
    307307            $text = ' <h1>Overview</h1>';
    308308            $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.