r95430 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r95429
|
r95430
|
r95431
>
Date:
19:53, 24 August 2011
Author:
hashar
Status:
ok
Tags:
Comment:
comment for class CodeComment
Modified paths:
/trunk/extensions/CodeReview/backend/CodeComment.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CodeReview/backend/CodeComment.php
—
—
@@ -1,5 +1,8 @@
2
2
<?php
3
3
4
+/**
5
+ * Represents a comment made to a revision.
6
+ */
4
7
class CodeComment {
5
8
public $id, $text, $user, $userText, $timestamp, $review, $sortkey, $attrib, $removed, $added, $patchLine;
6
9
Status & tagging log
20:09, 24 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r95430
[
removed:
new
added:
ok]