Changeset 11745
- Timestamp:
- 04/26/07 22:18:54 (1 year ago)
- Files:
-
- link-harvest/trunk/link-harvest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
link-harvest/trunk/link-harvest.php
r9442 r11745 1519 1519 } 1520 1520 1521 function aklh_the_excerpt($content) { 1522 return str_replace('###linkharvest###', '', $content);; 1523 } 1524 if ($aklh->token) { 1525 add_action('the_excerpt', 'aklh_the_excerpt'); 1526 } 1527 1521 1528 function aklh_get_harvest($count = 50) { 1522 1529 ob_start();
