Changeset 660310
- Timestamp:
- 01/28/2013 08:34:29 PM (13 years ago)
- Location:
- wordpress-by-circle-tree/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wordpress-by-circletree.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-by-circle-tree/trunk/readme.txt
r647704 r660310 4 4 Tags: branding,circle tree, secure login, login 5 5 Requires at least: 3.0.1 6 Tested up to: 3.5 6 Tested up to: 3.5.1 7 7 Stable Tag: trunk 8 8 -
wordpress-by-circle-tree/trunk/wordpress-by-circletree.php
r647704 r660310 68 68 public static function get_url() { 69 69 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.'/')) 71 71 self::$plugin_url = WPMU_PLUGIN_URL.'/'.wp_by_ct::PLUGIN_DIR_NAME.'/'; 72 72 else
Note: See TracChangeset
for help on using the changeset viewer.