mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Corrections and improvements to types used in various docblocks.
See #51800, #52217 git-svn-id: https://develop.svn.wordpress.org/trunk@49936 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1255,7 +1255,7 @@ function verify_file_md5( $filename, $expected_md5 ) {
|
||||
*
|
||||
* @param string $filename The file to validate.
|
||||
* @param string|array $signatures A Signature provided for the file.
|
||||
* @param string $filename_for_errors A friendly filename for errors. Optional.
|
||||
* @param string|false $filename_for_errors Optional. A friendly filename for errors.
|
||||
* @return bool|WP_Error True on success, false if verification not attempted,
|
||||
* or WP_Error describing an error condition.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user