Skip to content

Commit

Permalink
adjust comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lenonleite committed Jan 5, 2018
1 parent a4ea95f commit 4d820e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wp-includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5738,8 +5738,8 @@ function wp_validate_boolean( $var ) {
*
* @since 4.9.2
*
* @param string $file The path to the file to delete.
* @param array $directories_unblock Are directory to unblocked. They are ROOT, WP_CONTENT_DIR, WP_ADMIN_DIR
* @param string $file The path to the file to delete.
* @param array $directories_unblock Are directory to unblocked. They are ROOT, WP_CONTENT_DIR, WP_ADMIN_DIR
* and WP_INCLUDE_DIR.
* @return bool Whether the param is invalidated.
*/
Expand All @@ -5761,8 +5761,8 @@ function wp_delete_file( $file, $directories_unblock = array() ) {
* Filters the path of the file to delete.
*
* @since 4.9.2
* @param string $file Path to the file to delete.
* @param array $directories_unblock Are directory to unblocked. They are ROOT, WP_CONTENT_DIR, WP_ADMIN_DIR
* @param string $file Path to the file to delete.
* @param array $directories_unblock Are directory to unblocked. They are ROOT, WP_CONTENT_DIR, WP_ADMIN_DIR
* and WP_INCLUDE_DIR.
*/
$delete = apply_filters( 'wp_delete_file', $file, $directories_unblock );
Expand Down

0 comments on commit 4d820e5

Please sign in to comment.