Ticket #21058: 21058.patch
| File 21058.patch, 436 bytes (added by , 13 years ago) |
|---|
-
wp-includes/class-wp-xmlrpc-server.php
4374 4374 if ( !$posts_list ) 4375 4375 return array(); 4376 4376 4377 $struct = array(); 4377 4378 foreach ($posts_list as $entry) { 4378 4379 if ( !current_user_can( 'edit_post', $entry['ID'] ) ) 4379 4380 continue;