Docs: Miscellaneous DocBlock corrections.
See #53399. Built from https://develop.svn.wordpress.org/trunk@52242 git-svn-id: http://core.svn.wordpress.org/trunk@51834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1194,8 +1194,10 @@ function download_url( $url, $timeout = 300, $signature_verification = false ) {
|
||||
$tmpfname_disposition = '';
|
||||
}
|
||||
|
||||
// Potential file name must be valid string
|
||||
if ( $tmpfname_disposition && is_string( $tmpfname_disposition ) && ( 0 === validate_file( $tmpfname_disposition ) ) ) {
|
||||
// Potential file name must be valid string.
|
||||
if ( $tmpfname_disposition && is_string( $tmpfname_disposition )
|
||||
&& ( 0 === validate_file( $tmpfname_disposition ) )
|
||||
) {
|
||||
if ( rename( $tmpfname, $tmpfname_disposition ) ) {
|
||||
$tmpfname = $tmpfname_disposition;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user