diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-26 04:44:12 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-26 04:44:12 +0000 |
commit | 09243aa72ec1ae06d6053d15f185a096591d85b9 (patch) | |
tree | 34cceb29574c51b0f611763f7d820db5021de795 /core/helpers/l10n_scanner.php | |
parent | 78943402b27bc5afb0736089b25a020cd33024b6 (diff) |
Normalize code style.
Diffstat (limited to 'core/helpers/l10n_scanner.php')
-rw-r--r-- | core/helpers/l10n_scanner.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/helpers/l10n_scanner.php b/core/helpers/l10n_scanner.php index 81764900..89cd3337 100644 --- a/core/helpers/l10n_scanner.php +++ b/core/helpers/l10n_scanner.php @@ -25,7 +25,7 @@ class l10n_scanner_Core { // Based on Drupal's potx module, originally written by: // Gbor Hojtsy http://drupal.org/user/4166 - // TODO(andy_st): Report progress via callback + // @todo Report progress via callback static function update_index() { // Index all files $dir = new L10n_Scanner_File_Filter_Iterator( @@ -108,7 +108,7 @@ class l10n_scanner_Core { l10n_scanner::process_message($message); } else { // t() found, but inside is something which is not a string literal. - // TODO(andy_st): Call status callback with error filename/line. + // @todo Call status callback with error filename/line. } } } @@ -132,7 +132,7 @@ class l10n_scanner_Core { l10n_scanner::process_message(array("one" => $singular, "other" => $plural)); } else { // t2() found, but inside is something which is not a string literal. - // TODO(andy_st): Call status callback with error filename/line. + // @todo Call status callback with error filename/line. } } } |