Changeset 8608 for trunk/wp-includes/functions.php
- Timestamp:
- 08/10/2008 08:31:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 */
Note: See TracChangeset
for help on using the changeset viewer.