Changeset 19593 for trunk/wp-includes/link-template.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r19054 r19593 508 508 * 509 509 * @param string $link_text Descriptive text. 510 * @param int $post_id Optional post ID. 510 * @param int $post_id Optional post ID. Default to current post. 511 511 * @param string $feed Optional. Feed format. 512 512 * @return string Link to the comment feed for the current post. … … 2188 2188 * Get the URL to the user's dashboard. 2189 2189 * 2190 * If a user does not belong to any site, the global user dashboard is used. 2190 * If a user does not belong to any site, the global user dashboard is used. If the user belongs to the current site, 2191 2191 * the dashboard for the current site is returned. If the user cannot edit the current site, the dashboard to the user's 2192 2192 * primary blog is returned.
Note: See TracChangeset
for help on using the changeset viewer.