Final phpdoc for functions. Fixes #5639 props jacobsantos.

git-svn-id: https://develop.svn.wordpress.org/trunk@8608 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-08-10 20:31:49 +00:00
parent a6e4e79f3a
commit 036af45075

View File

@ -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 * @package WordPress
* @since 1.5.0 * @since 1.5.0
* *
* @uses $wpdb * @uses $wpdb
* *
* @param string $content * @param string $content Post Content
* @param int $post_ID Post ID * @param int $post_ID Post ID
*/ */
function do_enclose( $content, $post_ID ) { function do_enclose( $content, $post_ID ) {