Changeset 2472
- Timestamp:
- 03/22/05 17:49:19 (4 years ago)
- Files:
-
- trunk/wp-includes/feed-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/feed-functions.php
r2416 r2472 139 139 140 140 function rss_enclosure() { 141 global $id; 141 global $id, $post; 142 if (!empty($post->post_password) && ($_COOKIE['wp-postpass_'.COOKIEHASH] != $post->post_password)) return; 143 142 144 $custom_fields = get_post_custom(); 143 145 if( is_array( $custom_fields ) ) {
