Docs: Misc corrections and additions to inline documentation.

See #39130
Props keesiemeijer


git-svn-id: https://develop.svn.wordpress.org/trunk@39639 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2016-12-27 09:27:38 +00:00
parent 5f645d2f34
commit 8512036e4e
12 changed files with 22 additions and 13 deletions

View File

@@ -5392,7 +5392,7 @@ function wp_delete_file( $file ) {
*
* @since 2.1.0
*
* @param string $medium Path to the file to delete.
* @param string $file Path to the file to delete.
*/
$delete = apply_filters( 'wp_delete_file', $file );
if ( ! empty( $delete ) ) {