diff options
Diffstat (limited to 'includes/install.inc')
-rw-r--r-- | includes/install.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc index 1de8261ee..50281c86c 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -558,7 +558,7 @@ function st($string, $args = array()) { /** * Helper function: apply the appropriate transformation to st() and t() placeholders. - */ + */ function _st(&$value, $key) { switch ($key[0]) { // Escaped only |