Index: src/wp-includes/ms-load.php
===================================================================
--- src/wp-includes/ms-load.php	(revision 51609)
+++ src/wp-includes/ms-load.php	(working copy)
@@ -130,9 +130,8 @@
  * Retrieve the closest matching network for a domain and path.
  *
  * @since 3.9.0
+ * @since 4.4.0 Converted into a wrapper for WP_Network::get_by_path().
  *
- * @internal In 4.4.0, converted to a wrapper for WP_Network::get_by_path()
- *
  * @param string   $domain   Domain to check.
  * @param string   $path     Path to check.
  * @param int|null $segments Path segments to use. Defaults to null, or the full path.
@@ -549,11 +548,10 @@
  * Retrieve an object containing information about the requested network.
  *
  * @since 3.9.0
- * @deprecated 4.7.0 Use `get_network()`
+ * @since 4.6.0 Converted to use get_network().
+ * @deprecated 4.7.0 Use get_network() instead.
  * @see get_network()
  *
- * @internal In 4.6.0, converted to use get_network()
- *
  * @param object|int $network The network's database row or ID.
  * @return WP_Network|false Object containing network information if found, false if not.
  */
