Changeset 462850
- Timestamp:
- 11/14/2011 08:22:33 PM (14 years ago)
- Location:
- multisite-dashboard-switcher
- Files:
-
- 1 deleted
- 1 edited
-
tags/1.2 (deleted)
-
trunk/multisite-dashboard-switcher.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
multisite-dashboard-switcher/trunk/multisite-dashboard-switcher.php
r462847 r462850 100 100 else { 101 101 if($current_blog->path == "/") $temp = $current_blog->domain; 102 else $temp = $current_blog->path;102 else $temp = str_replace("/","",$current_blog->path); 103 103 } 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.