Changeset 6496
- Timestamp:
- 12/26/07 19:50:26 (6 months ago)
- Files:
-
- trunk/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/xmlrpc.php
r6474 r6496 1536 1536 } 1537 1537 1538 $this_user = set_current_user( 0, $user_login ); 1539 1538 1540 foreach ($posts_list as $entry) { 1541 if ( 1542 !empty( $entry['post_password'] ) 1543 && !current_user_can( 'edit_post', $entry['ID'] ) 1544 ) { 1545 unset( $entry['post_password'] ); 1546 } 1539 1547 1540 1548 $post_date = mysql2date('Ymd\TH:i:s', $entry['post_date']);
