Plugin Directory

Changeset 2042981


Ignore:
Timestamp:
03/02/2019 10:35:48 PM (7 years ago)
Author:
AnushkaKR
Message:

Correction version 1.0.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anyfeed-retriever/trunk/classes/readerAnyFeed.php

    r2042980 r2042981  
    317317                'description' => $item->description . '',
    318318                //'date' =>   date('m-d-Y H:i', strtotime($date . '')),
    319                 'date' => $this->humanTiming(strtotime($date . '')),
     319                'date' => $this->splitTextByWords(  $item->summary , 40),
    320320                'timestamp' =>  strtotime($date ),
    321321                'from' => $result['host'],
     
    381381                'date' => $this->humanTiming(strtotime($date . '')),
    382382                'timestamp' =>  strtotime($date ),
    383                 'description' => $item->description . '',
     383                'description' => $this->splitTextByWords(  $item->summary , 40),
    384384                'categories' => $categories,
    385385                'author' => array( 'name' => $author),
Note: See TracChangeset for help on using the changeset viewer.