Make WordPress Core

Changeset 20000 for trunk/wp-app.php


Ignore:
Timestamp:
02/27/2012 07:46:52 PM (13 years ago)
Author:
ryan
Message:

Pinking shears 6-20000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r19935 r20000  
    411411        $post_excerpt = '';
    412412        $pubtimes     = '';
    413        
     413
    414414        if ( isset( $entry->title ) && is_array( $entry->title ) && !empty( $entry->title[1] ) )
    415415            $post_title = (string) $entry->title[1];
     
    420420        if ( !empty( $entry->published ) )
    421421            $pubtimes = (string) $entry->published;
    422        
     422
    423423        $pubtimes = $this->get_publish_time( $pubtimes );
    424424
Note: See TracChangeset for help on using the changeset viewer.