Changeset 20715 for trunk/wp-includes/class-wp-atom-server.php
- Timestamp:
- 05/03/2012 04:41:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-atom-server.php
r20215 r20715 347 347 $post_excerpt = ''; 348 348 $pubtimes = ''; 349 349 350 350 if ( isset( $entry->title ) && is_array( $entry->title ) && !empty( $entry->title[1] ) ) 351 351 $post_title = (string) $entry->title[1]; … … 356 356 if ( !empty( $entry->published ) ) 357 357 $pubtimes = (string) $entry->published; 358 358 359 359 $pubtimes = $this->get_publish_time( $pubtimes ); 360 360
Note: See TracChangeset
for help on using the changeset viewer.