Changes in branches/2.6/xmlrpc.php [9747:8445]
- File:
-
- 1 edited
-
branches/2.6/xmlrpc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/xmlrpc.php
r9747 r8445 1344 1344 $actual_post = wp_get_single_post($post_ID,ARRAY_A); 1345 1345 1346 if (!$actual_post || $actual_post['post_type'] != 'post') {1346 if (!$actual_post) { 1347 1347 return new IXR_Error(404, __('Sorry, no such post.')); 1348 1348 } … … 2367 2367 $actual_post = wp_get_single_post($post_ID, ARRAY_A); 2368 2368 2369 if (!$actual_post || $actual_post['post_type'] != 'post') {2369 if (!$actual_post) { 2370 2370 return new IXR_Error(404, __('Sorry, no such post.')); 2371 2371 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)