Changeset 8608
- Timestamp:
- 08/10/08 20:31:49 (3 months ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r8606 r8608 829 829 830 830 /** 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. 834 835 * 835 836 * @package WordPress … … 838 839 * @uses $wpdb 839 840 * 840 * @param string $content 841 * @param string $content Post Content 841 842 * @param int $post_ID Post ID 842 843 */
