Improve various @param docs.

See #30224.


git-svn-id: https://develop.svn.wordpress.org/trunk@30682 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2014-12-01 02:16:36 +00:00
parent 4d46475b3d
commit 095bfabfa9
5 changed files with 9 additions and 9 deletions

View File

@@ -176,7 +176,7 @@ function is_post_type_archive( $post_types = '' ) {
* @since 2.0.0
* @uses $wp_query
*
* @param int|string|array $attachment Attachment ID, title, slug, or array of such.
* @param int|string|array|object $attachment Attachment ID, title, slug, or array of such.
* @return bool
*/
function is_attachment( $attachment = '' ) {