Make WordPress Core

Changeset 10751 for trunk/wp-app.php


Ignore:
Timestamp:
03/09/2009 10:35:20 PM (17 years ago)
Author:
westi
Message:

Attachment metadata is stored in the summary field in AtomPub requests. Fixes #9148 props josephscott.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r10750 r10751  
    706706
    707707        $post_title = $parsed->title[1];
    708         $post_content = $parsed->content[1];
     708        $post_content = $parsed->summary[1];
    709709        $pubtimes = $this->get_publish_time($parsed->updated);
    710710        $post_modified = $pubtimes[0];
Note: See TracChangeset for help on using the changeset viewer.