summaryrefslogtreecommitdiffstats
path: root/wp-includes/l10n.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/l10n.php')
-rw-r--r--wp-includes/l10n.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php
index b2b099c..b536b92 100644
--- a/wp-includes/l10n.php
+++ b/wp-includes/l10n.php
@@ -17,7 +17,7 @@ function get_locale() {
return $locale;
}
-// Return a translated string.
+// Return a translated string.
function __($text, $domain = 'default') {
global $l10n;