diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-12-03 13:49:00 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-12-03 13:49:00 +0000 |
| commit | fba798a103256f5f400cb1a1dcb9cc5b45cf8166 (patch) | |
| tree | c3855c768b2e80ff237fb92101285733277f96c5 /wp-inst/wp-admin/post.php | |
| parent | 5133ce3a39180e0fa922a1d403224f5650089d95 (diff) | |
WP Merge and misc fixes, worth upgrading for!
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@460 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/post.php')
| -rw-r--r-- | wp-inst/wp-admin/post.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-inst/wp-admin/post.php b/wp-inst/wp-admin/post.php index e7a72b4..b61aa16 100644 --- a/wp-inst/wp-admin/post.php +++ b/wp-inst/wp-admin/post.php @@ -345,8 +345,8 @@ default: include('edit-form-advanced.php'); ?> <div class="wrap"> -<?php _e('<h3>WordPress bookmarklet</h3> -<p>Right click on the following link and choose "Add to favorites" to create a posting shortcut.</p>') ?> +<?php echo '<h3>'.__('WordPress bookmarklet').'</h3> +<p>'.__('Right click on the following link and choose "Add to favorites" to create a posting shortcut.').'</p>'; ?> <p> <?php |
