Plugin Directory

Changeset 660310


Ignore:
Timestamp:
01/28/2013 08:34:29 PM (13 years ago)
Author:
bobbravo2
Message:

updated stable tag
fixed must-use check

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

Legend:

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

    r647704 r660310  
    44Tags: branding,circle tree, secure login, login
    55Requires at least: 3.0.1
    6 Tested up to: 3.5
     6Tested up to: 3.5.1
    77Stable Tag: trunk
    88
  • wordpress-by-circle-tree/trunk/wordpress-by-circletree.php

    r647704 r660310  
    6868    public static function get_url() {
    6969        if (is_null(self::$plugin_url)) {
    70             if (is_multisite())
     70            if (is_multisite() && file_exists(WPMU_PLUGIN_URL.'/'.wp_by_ct::PLUGIN_DIR_NAME.'/'))
    7171                self::$plugin_url = WPMU_PLUGIN_URL.'/'.wp_by_ct::PLUGIN_DIR_NAME.'/';
    7272            else
Note: See TracChangeset for help on using the changeset viewer.