Changeset 55942 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 06/19/2023 06:26:01 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r55940 r55942 32 32 33 33 /** 34 * Gets a full blog URL, given a blogID.35 * 36 * @since MU (3.0.0) 37 * 38 * @param int $blog_id BlogID.39 * @return string Full URL of the blogif found. Empty string if not.34 * Gets a full site URL, given a site ID. 35 * 36 * @since MU (3.0.0) 37 * 38 * @param int $blog_id Site ID. 39 * @return string Full site URL if found. Empty string if not. 40 40 */ 41 41 function get_blogaddress_by_id( $blog_id ) { … … 53 53 54 54 /** 55 * Gets a full blog URL, given a blogname.55 * Gets a full site URL, given a site name. 56 56 * 57 57 * @since MU (3.0.0)
Note: See TracChangeset
for help on using the changeset viewer.