mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
Argh. Missed another s/default/standard/ in [16679]. Any others? see #15582.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e98e5b094b
commit
b608e8ca3e
@ -2675,7 +2675,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
|||||||
// Get post format
|
// Get post format
|
||||||
$post_format = get_post_format( $post_ID );
|
$post_format = get_post_format( $post_ID );
|
||||||
if ( empty( $post_format ) )
|
if ( empty( $post_format ) )
|
||||||
$post_format = 'default';
|
$post_format = 'standard';
|
||||||
|
|
||||||
$sticky = false;
|
$sticky = false;
|
||||||
if ( is_sticky( $post_ID ) )
|
if ( is_sticky( $post_ID ) )
|
||||||
@ -2802,7 +2802,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
|||||||
// Get post format
|
// Get post format
|
||||||
$post_format = get_post_format( $entry['ID'] );
|
$post_format = get_post_format( $entry['ID'] );
|
||||||
if ( empty( $post_format ) )
|
if ( empty( $post_format ) )
|
||||||
$post_format = 'default';
|
$post_format = 'standard';
|
||||||
|
|
||||||
$struct[] = array(
|
$struct[] = array(
|
||||||
'dateCreated' => new IXR_Date($post_date),
|
'dateCreated' => new IXR_Date($post_date),
|
||||||
|
Loading…
Reference in New Issue
Block a user