- Timestamp:
- Mar 30, 2010, 4:02:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r547 r565 1060 1060 $root_path = get_blog_status(1,'path'); 1061 1061 $primary_blog_id = @$current_user->primary_blog; 1062 if(empty($primary_blog_id)) return $ret; 1062 1063 $primary_path = get_blog_status($primary_blog_id,'path'); 1063 1064 $script = str_replace($root_path, "", $primary_path);
Note: See TracChangeset
for help on using the changeset viewer.