Changeset 1102

Show
Ignore:
Timestamp:
05/15/07 08:47:57 (2 years ago)
Author:
ben
Message:

Adding a hook for post links - eg edit, etc.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/blog/lib/weblogs_posts_view.php

    r1077 r1102  
    133133        $links = ""; 
    134134    } 
     135    $links .= run("weblog:post:links",$post); 
    135136 
    136137    if (!isset($_SESSION['comment_cache'][$post->ident]) || (time() - $_SESSION['comment_cache'][$post->ident]->created > 120)) {