gettext for Press This. Props SteveAgl. fixes #702!
git-svn-id: http://svn.automattic.com/wordpress/trunk@7984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7d4065182b
commit
a3d971bd3e
|
@ -225,7 +225,7 @@ if ( empty($_GET['tab']) ) {
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wphead">
|
<div id="wphead">
|
||||||
<h1><span id="viewsite"><a href="<?php echo get_option('home'); ?>/">Visit: <?php bloginfo('name'); ?></a></span></h1>
|
<h1><span id="viewsite"><a href="<?php echo get_option('home'); ?>/"><?php _e('Visit:') ?> <?php bloginfo('name'); ?></a></span></h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -322,7 +322,7 @@ if ( empty($_GET['tab']) ) {
|
||||||
<input name="photo_link" id="photo_link" class="text" value="<?php echo attribute_escape($url);?>"/>
|
<input name="photo_link" id="photo_link" class="text" value="<?php echo attribute_escape($url);?>"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<small>Click images to select:</small>
|
<small><?php _e('Click images to select:') ?></small>
|
||||||
<div class="titlewrap">
|
<div class="titlewrap">
|
||||||
<div id="img_container">
|
<div id="img_container">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue