- Timestamp:
- Mar 15, 2010, 7:18:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r546 r547 1056 1056 $ret = array(); 1057 1057 1058 $blog_list = get_blog_list();1059 $root_path = get_blog_status(1,'path');1060 1058 if (xpress_is_multiblog() && is_user_logged_in()){ 1059 $blog_list = get_blog_list(); 1060 $root_path = get_blog_status(1,'path'); 1061 1061 $primary_blog_id = @$current_user->primary_blog; 1062 1062 $primary_path = get_blog_status($primary_blog_id,'path');
Note: See TracChangeset
for help on using the changeset viewer.