diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php
index 4f9c3f8086..04654d1b36 100644
--- a/src/wp-includes/post.php
+++ b/src/wp-includes/post.php
@@ -2005,6 +2005,13 @@ function is_post_type_viewable( $post_type ) {
 /**
  * Retrieves an array of the latest posts, or posts matching the given criteria.
  *
+ * For more information on the accepted arguments, see the
+ * {@link https://developer.wordpress.org/reference/classes/wp_query/
+ * WP_Query} documentation in the Developer Handbook.
+ *
+ * The `$ignore_sticky_posts` and `$no_found_rows` arguments are ignored by
+ * this function and both are set to `true`.
+ *
  * The defaults are as follows:
  *
  * @since 1.2.0
