Changeset 352800
- Timestamp:
- 02/28/2011 01:02:10 AM (15 years ago)
- File:
-
- 1 edited
-
auto-post-images-api/tags/3.1/auto-post-images.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-post-images-api/tags/3.1/auto-post-images.php
r352789 r352800 230 230 $this->iExcerptLength = ( empty($this->aAdminOptions['iExcerptLength']) ) ? 255 : $this->aAdminOptions['iExcerptLength']; 231 231 $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']; 234 234 235 235 //echo '<pre>'.print_r($this, TRUE).'</pre>';
Note: See TracChangeset
for help on using the changeset viewer.