Make WordPress Core


Ignore:
Timestamp:
05/03/2012 04:41:59 PM (13 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-atom-server.php

    r20215 r20715  
    347347        $post_excerpt = '';
    348348        $pubtimes     = '';
    349        
     349
    350350        if ( isset( $entry->title ) && is_array( $entry->title ) && !empty( $entry->title[1] ) )
    351351            $post_title = (string) $entry->title[1];
     
    356356        if ( !empty( $entry->published ) )
    357357            $pubtimes = (string) $entry->published;
    358        
     358
    359359        $pubtimes = $this->get_publish_time( $pubtimes );
    360360
Note: See TracChangeset for help on using the changeset viewer.