Changeset 1608 for plugins/contribute/_public.php
- Timestamp:
- 10/20/09 23:21:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/contribute/_public.php
r1595 r1608 124 124 $site = ''; 125 125 126 # inspir ated by contactMe/_public.php126 # inspired by contactMe/_public.php 127 127 if ($args == 'sent') 128 128 { … … 417 417 $post_meta['contribute_mail'][] = $mail = $_POST['c_mail']; 418 418 } 419 # inspir ated fromdcBlog > getCommentCursor()419 # inspired by dcBlog > getCommentCursor() 420 420 if (isset($_POST['c_site']) && (!empty($_POST['c_site']))) 421 421 { … … 426 426 $site = 'http://'.$site; 427 427 } 428 # /inspir ated fromdcBlog > getCommentCursor()428 # /inspired by dcBlog > getCommentCursor() 429 429 430 430 $post_meta['contribute_site'][] = $site; … … 559 559 if ($meta !== false) 560 560 { 561 # inspir ated by planet/insert_feeds.php561 # inspired by planet/insert_feeds.php 562 562 if (!empty($name)) 563 563 {
Note: See TracChangeset
for help on using the changeset viewer.