mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Docs: Various corrections to inline docblocks.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@48573 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2597,8 +2597,8 @@ function wp_unique_filename( $dir, $filename, $unique_filename_callback = null )
|
||||
* @access private
|
||||
*
|
||||
* @param string $filename The file name to check.
|
||||
* $param array $files An array of existing files in the directory.
|
||||
* $return bool True if the tested file name could match an existing file, false otherwise.
|
||||
* @param array $files An array of existing files in the directory.
|
||||
* @return bool True if the tested file name could match an existing file, false otherwise.
|
||||
*/
|
||||
function _wp_check_existing_file_names( $filename, $files ) {
|
||||
$fname = pathinfo( $filename, PATHINFO_FILENAME );
|
||||
|
||||
Reference in New Issue
Block a user