Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -37,9 +37,9 @@ |
38 | 38 | var $mBodytext = ''; |
39 | 39 | |
40 | 40 | /** |
41 | | - * Holds the debug lines that will be outputt as comments in page source if |
| 41 | + * Holds the debug lines that will be output as comments in page source if |
42 | 42 | * $wgDebugComments is enabled. See also $wgShowDebug. |
43 | | - * TODO: make a better method for this |
| 43 | + * TODO: make a getter method for this |
44 | 44 | */ |
45 | 45 | public $mDebugtext = ''; // TODO: we might want to replace it by wfDebug() wfDebugLog() |
46 | 46 | |