Changeset 6497
- Timestamp:
- 12/26/07 19:51:01 (7 months ago)
- Files:
-
- branches/2.3/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/xmlrpc.php
r6127 r6497 1425 1425 } 1426 1426 1427 $this_user = set_current_user( 0, $user_login ); 1428 1427 1429 foreach ($posts_list as $entry) { 1430 if ( 1431 !empty( $entry['post_password'] ) 1432 && !current_user_can( 'edit_post', $entry['ID'] ) 1433 ) { 1434 unset( $entry['post_password'] ); 1435 } 1428 1436 1429 1437 $post_date = mysql2date('Ymd\TH:i:s', $entry['post_date']);
