Plugin Directory

Changeset 352800


Ignore:
Timestamp:
02/28/2011 01:02:10 AM (15 years ago)
Author:
karunanidhi
Message:

Bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • auto-post-images-api/tags/3.1/auto-post-images.php

    r352789 r352800  
    230230                $this->iExcerptLength = ( empty($this->aAdminOptions['iExcerptLength']) ) ? 255 : $this->aAdminOptions['iExcerptLength'];
    231231                $this->sExcerptLinkText = ( empty($this->aAdminOptions['sExcerptLinkText']) ) ? 'more...' : $this->aAdminOptions['sExcerptLinkText'];
    232                 $this->bExcerptStripTags = ( empty($this->aAdminOptions['bExcerptStripTags']) ) ? 'more...' : $this->aAdminOptions['bExcerptStripTags'];
    233                 $this->bEnableExcerpt = ( empty($this->aAdminOptions['bEnableExcerpt']) ) ? 'more...' : $this->aAdminOptions['bEnableExcerpt'];
     232                $this->bExcerptStripTags = ( empty($this->aAdminOptions['bExcerptStripTags']) ) ? 'NO' : $this->aAdminOptions['bExcerptStripTags'];
     233                $this->bEnableExcerpt = ( empty($this->aAdminOptions['bEnableExcerpt']) ) ? 'NO' : $this->aAdminOptions['bEnableExcerpt'];
    234234
    235235                //echo '<pre>'.print_r($this, TRUE).'</pre>';
Note: See TracChangeset for help on using the changeset viewer.