Searched refs:comment (Results 1 – 7 of 7) sorted by relevance
/web-bugs/www/rss/ |
H A D | rdf.php | 80 <?php foreach ($comments as $comment) { ?> 102 foreach ($comments as $comment) { 103 if (empty($comment['registered'])) { continue; } 105 $ts = urlencode($comment['ts']); 106 $displayts = date('Y-m-d H:i', $comment['added'] - date('Z', $comment['added'])); 109 <item rdf:about="<?php echo $uri; ?>#<?php echo $comment['added']; ?>"> 112 if ($comment['handle']) { 113 echo clean($comment['handle']) . " [$displayts]"; 115 … echo clean(substr($comment['email'], 0, strpos($comment['email'], '@'))), "@... [$displayts]"; 120 <link><?php echo $uri; ?>#<?php echo $comment['added']; ?></link> [all …]
|
H A D | rss.php | 31 foreach ($comments as $comment) { 32 if (empty($comment['registered'])) continue; 33 $displayts = date(DATE_RSS, $comment['added']); 36 <title><?php echo clean($comment['email'] . " [$displayts]"); ?></title> 37 …<description><![CDATA[ <?php echo '<pre>', clean($comment['comment']), '</pre>'; ?>]]></descriptio… 38 <pubDate><?php echo date('r', $comment['added']); ?></pubDate> 39 <guid><?php echo $uri, '#', $comment['added']; ?></guid>
|
H A D | xml.php | 7 foreach ($comments as $comment) { 8 if (empty($comment['registered'])) continue; 10 foreach ($comment as $key => $value) {
|
/web-bugs/sql/ |
H A D | schema.sql | 38 comment text NOT NULL, field 39 comment_type varchar(10) default 'comment', 43 FULLTEXT KEY comment (comment)
|
/web-bugs/www/ |
H A D | bug.php | 786 $comment = wordwrap($ncomment, 72); variable 787 $preview .= make_ticket_links(addlinks($comment)); 1243 function output_note($com_id, $ts, $email, $comment, $comment_type, $comment_name, $is_hidden = fal… argument 1257 echo "<div class='log_note'>{$comment}</div>"; 1264 $comment = make_ticket_links(addlinks($comment)); 1265 echo "<pre class='note'>{$comment}\n</pre>\n";
|
/web-bugs/www/css/ |
H A D | style.css | 432 form#comment, 435 div.comment { 440 #comment table {
|
/web-bugs/include/ |
H A D | functions.php | 1448 function bugs_add_comment($bug_id, $from, $from_name, $comment, $type = 'comment') argument 1456 $bug_id, $from, $from_name, $comment, $type
|
Completed in 15 milliseconds