Final phpdoc for functions. Fixes #5639 props jacobsantos.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
840eb7e5e0
commit
3b9b906d3e
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue