Changeset 20000 for trunk/wp-app.php
- Timestamp:
- 02/27/2012 07:46:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r19935 r20000 411 411 $post_excerpt = ''; 412 412 $pubtimes = ''; 413 413 414 414 if ( isset( $entry->title ) && is_array( $entry->title ) && !empty( $entry->title[1] ) ) 415 415 $post_title = (string) $entry->title[1]; … … 420 420 if ( !empty( $entry->published ) ) 421 421 $pubtimes = (string) $entry->published; 422 422 423 423 $pubtimes = $this->get_publish_time( $pubtimes ); 424 424
Note: See TracChangeset
for help on using the changeset viewer.