Add a complete short description to the get_attached_media filter documentation.

See #26869.

Built from https://develop.svn.wordpress.org/trunk@28377


git-svn-id: http://core.svn.wordpress.org/trunk@28205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-05-13 04:21:14 +00:00
parent ec88da1ee3
commit 08824b6529

View File

@ -2961,7 +2961,7 @@ function get_attached_media( $type, $post = 0 ) {
$children = get_children( $args );
/**
* Filter the
* Filter the list of media attached to the given post.
*
* @since 3.6.0
*