From 036af450757dcfcd0d4e6a9464ceae375b3e572d Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sun, 10 Aug 2008 20:31:49 +0000 Subject: [PATCH] Final phpdoc for functions. Fixes #5639 props jacobsantos. git-svn-id: https://develop.svn.wordpress.org/trunk@8608 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index a4f05d218e..bb22c5236b 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -828,16 +828,17 @@ function debug_fclose( $fp ) { } /** - * {@internal Missing Short Description}} + * Check content for video and audio links to add as enclosures. * - * {@internal Missing Long Description}} + * Will not add enclosures that have already been added. This is called as + * pingbacks and trackbacks. * * @package WordPress * @since 1.5.0 * * @uses $wpdb * - * @param string $content + * @param string $content Post Content * @param int $post_ID Post ID */ function do_enclose( $content, $post_ID ) {