mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Remove raquo from buttons. Props filosofo. fixes #5938
git-svn-id: https://develop.svn.wordpress.org/trunk@6943 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -613,7 +613,7 @@ class Blogger_Import {
|
||||
$blogtitle = "{$blog['title']} ({$blog['host']})";
|
||||
$mapthis = __('Blogger username');
|
||||
$tothis = __('WordPress login');
|
||||
$submit = js_escape( __('Save Changes »') );
|
||||
$submit = js_escape( __('Save Changes') );
|
||||
|
||||
foreach ( $blog['authors'] as $i => $author )
|
||||
$rows .= "<tr><td><label for='authors[$i]'>{$author[0]}</label></td><td><select name='authors[$i]' id='authors[$i]'>" . $this->get_user_options($author[1]) . "</select></td></tr>";
|
||||
|
||||
Reference in New Issue
Block a user