Changeset 2042981
- Timestamp:
- 03/02/2019 10:35:48 PM (7 years ago)
- File:
-
- 1 edited
-
anyfeed-retriever/trunk/classes/readerAnyFeed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anyfeed-retriever/trunk/classes/readerAnyFeed.php
r2042980 r2042981 317 317 'description' => $item->description . '', 318 318 //'date' => date('m-d-Y H:i', strtotime($date . '')), 319 'date' => $this-> humanTiming(strtotime($date . '')),319 'date' => $this->splitTextByWords( $item->summary , 40), 320 320 'timestamp' => strtotime($date ), 321 321 'from' => $result['host'], … … 381 381 'date' => $this->humanTiming(strtotime($date . '')), 382 382 'timestamp' => strtotime($date ), 383 'description' => $ item->description . '',383 'description' => $this->splitTextByWords( $item->summary , 40), 384 384 'categories' => $categories, 385 385 'author' => array( 'name' => $author),
Note: See TracChangeset
for help on using the changeset viewer.