Changeset 3415:5cdbb2593595 for admin/post.php
- Timestamp:
- 11/23/16 08:21:31 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r3340 r3415 169 169 { 170 170 try { 171 # --BEHAVIOR-- adminBeforePingTrackback 172 $core->callBehavior('adminBeforePingTrackback',$tb_url,$post_id,$tb_post_title,$tb_excerpt,$tb_post_url); 173 171 174 $TB->ping($tb_url, $post_id, $tb_post_title, $tb_excerpt, $tb_post_url); 172 175 } catch (Exception $e) {
Note: See TracChangeset
for help on using the changeset viewer.