mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Various docblock corrections and improvements.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@47461 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -515,8 +515,8 @@ function get_attached_file( $attachment_id, $unfiltered = false ) {
|
||||
*
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @param string $file Path to attached file.
|
||||
* @param int $attachment_id Attachment ID.
|
||||
* @param string|false $file The file path to where the attached file should be, false otherwise.
|
||||
* @param int $attachment_id Attachment ID.
|
||||
*/
|
||||
return apply_filters( 'get_attached_file', $file, $attachment_id );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user