Make WordPress Core


Ignore:
Timestamp:
08/10/2008 08:31:49 PM (16 years ago)
Author:
westi
Message:

Final phpdoc for functions. Fixes #5639 props jacobsantos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r8606 r8608  
    829829
    830830/**
    831  * {@internal Missing Short Description}}
    832  *
    833  * {@internal Missing Long Description}}
     831 * Check content for video and audio links to add as enclosures.
     832 *
     833 * Will not add enclosures that have already been added. This is called as
     834 * pingbacks and trackbacks.
    834835 *
    835836 * @package WordPress
     
    838839 * @uses $wpdb
    839840 *
    840  * @param string $content
     841 * @param string $content Post Content
    841842 * @param int $post_ID Post ID
    842843 */
Note: See TracChangeset for help on using the changeset viewer.