From 8d8ea0c529d90c57336d53333182e6ac84604440 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 4 Apr 2015 21:12:10 +0000 Subject: [PATCH] Clarify the DocBlock description for `wp_print_request_filesystem_credentials_modal()`. See [31811]. See #31888. git-svn-id: https://develop.svn.wordpress.org/trunk@32016 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/file.php b/src/wp-admin/includes/file.php index 6470bd9cbe..ba5dc6d54d 100644 --- a/src/wp-admin/includes/file.php +++ b/src/wp-admin/includes/file.php @@ -1203,7 +1203,7 @@ foreach ( (array) $extra_fields as $field ) { } /** - * Print the credentials modal when needed + * Print the filesystem credentials modal when needed. * * @since 4.2.0 */