One newline is enough.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2012-01-05 20:10:39 +00:00
parent fafe61b247
commit 616c35e71c
65 changed files with 7 additions and 153 deletions

View File

@@ -95,7 +95,6 @@ if ( $action ) {
screen_icon();
echo '<h2>' . esc_html( $title ) . '</h2>';
$url = self_admin_url('update.php?action=update-selected-themes&amp;themes=' . urlencode( join(',', $themes) ));
$url = wp_nonce_url($url, 'bulk-update-themes');