Mark some strings for translation and improve string consistency. From Albert. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000024

git-svn-id: https://develop.svn.wordpress.org/trunk@1420 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2004-06-13 16:14:58 +00:00
parent 247a830a3c
commit 0dfe8ffc7f
14 changed files with 40 additions and 36 deletions

View File

@@ -1,5 +1,7 @@
<?php
$title = 'Options';
require_once('../wp-includes/wp-l10n.php');
$title = __('Options');
$this_file = 'options.php';
$parent_file = 'options-general.php';