Changeset 24993 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 08/06/2013 04:07:46 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r24848 r24993 1739 1739 1740 1740 /** 1741 * Get the "dashboard blog", the blog where users without a blog edit their profile data.1742 *1743 * @since MU1744 * @uses get_blog_details()1745 *1746 * @return int1747 */1748 function get_dashboard_blog() {1749 if ( $blog = get_site_option( 'dashboard_blog' ) )1750 return get_blog_details( $blog );1751 1752 return get_blog_details( $GLOBALS['current_site']->blog_id );1753 }1754 1755 /**1756 1741 * Check whether a usermeta key has to do with the current blog. 1757 1742 *
Note: See TracChangeset
for help on using the changeset viewer.