Changeset 11745

Show
Ignore:
Timestamp:
04/26/07 22:18:54 (1 year ago)
Author:
alexkingorg
Message:

strip token from excerpt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • link-harvest/trunk/link-harvest.php

    r9442 r11745  
    15191519} 
    15201520 
     1521function aklh_the_excerpt($content) { 
     1522      return str_replace('###linkharvest###', '', $content);; 
     1523} 
     1524if ($aklh->token) { 
     1525      add_action('the_excerpt', 'aklh_the_excerpt'); 
     1526} 
     1527 
    15211528function aklh_get_harvest($count = 50) { 
    15221529      ob_start();