Index: src/wp-includes/post.php
===================================================================
--- src/wp-includes/post.php	(revision 38178)
+++ src/wp-includes/post.php	(working copy)
@@ -837,7 +837,7 @@
  * Retrieves a post type object by name.
  *
  * @since 3.0.0
- * @since 4.6.0 Converted to use WP_Post_Type.
+ * @since 4.6.0 Object returned is now an instance of WP_Post_Type.
  *
  * @global array $wp_post_types List of post types.
  *
@@ -900,7 +900,7 @@
  * @since 3.0.0 The `show_ui` argument is now enforced on the new post screen.
  * @since 4.4.0 The `show_ui` argument is now enforced on the post type listing
  *              screen and post editing screen.
- * @since 4.6.0 Converted to use WP_Post_Type.
+ * @since 4.6.0 Post type object returned is now an instance of WP_Post_Type.
  *
  * @global array $wp_post_types List of post types.
  *
@@ -1058,7 +1058,6 @@
  * Can not be used to unregister built-in post types.
  *
  * @since 4.5.0
- * @since 4.6.0 Converted to use WP_Post_Type.
  *
  * @global array $wp_post_types List of post types.
  *
Index: src/wp-includes/ms-load.php
===================================================================
--- src/wp-includes/ms-load.php	(revision 38178)
+++ src/wp-includes/ms-load.php	(working copy)
@@ -121,7 +121,8 @@
  * Retrieve the closest matching network for a domain and path.
  *
  * @since 3.9.0
- * @since 4.4.0 Converted to 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.
@@ -136,8 +137,9 @@
  * Retrieve an object containing information about the requested network.
  *
  * @since 3.9.0
- * @since 4.4.0 Converted to leverage WP_Network
- * @since 4.6.0 Converted to use get_network()
+ *
+ * @internal In 4.4.0, converted to leverage WP_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.
@@ -155,7 +157,8 @@
  * Retrieve a site object by its domain and path.
  *
  * @since 3.9.0
- * @since 4.6.0 Converted to use get_sites()
+ *
+ * @internal In 4.6.0, converted to use get_sites()
  *
  * @global wpdb $wpdb WordPress database abstraction object.
  *
Index: src/wp-includes/ms-functions.php
===================================================================
--- src/wp-includes/ms-functions.php	(revision 38178)
+++ src/wp-includes/ms-functions.php	(working copy)
@@ -296,7 +296,8 @@
  * $domain is 'blog1.example.com' and $path is '/'.
  *
  * @since MU 2.6.5
- * @since 4.6.0 Converted to use get_sites()
+ *
+ * @internal In 4.6.0, converted to use get_sites()
  *
  * @global wpdb $wpdb WordPress database abstraction object.
  *
@@ -1252,7 +1253,8 @@
  * that each blogname is unique.
  *
  * @since MU
- * @since 4.6.0 Converted to use get_sites()
+ *
+ * @internal In 4.6.0, converted to use get_sites()
  *
  * @global wpdb $wpdb WordPress database abstraction object.
  *
@@ -2259,7 +2261,8 @@
  * Update the network-wide site count.
  *
  * @since 3.7.0
- * @since 4.6.0 Converted to use get_sites()
+ *
+ * @internal In 4.6.0, converted to use get_sites()
  *
  * @global wpdb $wpdb WordPress database abstraction object.
  */
Index: src/wp-admin/includes/class-wp-ms-sites-list-table.php
===================================================================
--- src/wp-admin/includes/class-wp-ms-sites-list-table.php	(revision 38178)
+++ src/wp-admin/includes/class-wp-ms-sites-list-table.php	(working copy)
@@ -62,7 +62,6 @@
 	 * Prepares the list of sites for display.
 	 *
 	 * @since 3.1.0
-	 * @since 4.6.0 Converted to use get_sites()
 	 *
 	 * @global string $s
 	 * @global string $mode
Index: src/wp-includes/class-wp-customize-setting.php
===================================================================
--- src/wp-includes/class-wp-customize-setting.php	(revision 38178)
+++ src/wp-includes/class-wp-customize-setting.php	(working copy)
@@ -468,7 +468,7 @@
 	 * the value of the setting.
 	 *
 	 * @since 3.4.0
-	 * @since 4.6.0 Return the result of updating the value.
+	 *
 	 * @access public
 	 *
 	 * @return false|void False if cap check fails or value isn't set or is invalid.
