Browse Source

New event: post-after

pull/40/head
Michael Save 12 years ago
parent
commit
8cfc5460d3
  1. 2
      post.php

2
post.php

@ -624,6 +624,8 @@
if($OP)
clean();
event('post-after', $post);
buildIndex();
if(isset($_SERVER['HTTP_REFERER'])) {

Loading…
Cancel
Save