Changeset 4806

Show
Ignore:
Timestamp:
01/25/07 18:22:05 (2 years ago)
Author:
ryan
Message:

Expose page_status in XML-RPC API.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/xmlrpc.php

    r4793 r4806  
    204204                "userid"            => $page->post_author, 
    205205                "page_id"           => $page->ID, 
     206                "page_status"       => $page->post_status, 
    206207                "description"       => $full_page["main"], 
    207208                "title"             => $page->post_title,