wp/wp-admin/includes/user.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-admin/includes/user.php	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-admin/includes/user.php	Fri Sep 05 18:52:52 2025 +0200
@@ -313,7 +313,7 @@
 	$query = $wpdb->prepare( "SELECT ID, post_title FROM $wpdb->posts WHERE post_type = 'post' AND post_status = 'draft' AND post_author = %d ORDER BY post_modified DESC", $user_id );
 
 	/**
-	 * Filters the user's drafts query string.
+	 * Filters the SQL query string for the user's drafts query.
 	 *
 	 * @since 2.0.0
 	 *