Escape links by default. Props alexkingorg. see #13051
git-svn-id: http://svn.automattic.com/wordpress/trunk@14347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -26,7 +26,7 @@ $themes = get_themes();
|
||||
$allowed_themes = get_site_allowed_themes();
|
||||
?>
|
||||
<div class="wrap">
|
||||
<form action="<?php echo esc_url( admin_url( 'ms-edit.php?action=updatethemes' ) ); ?>" method="post">
|
||||
<form action="<?php echo admin_url( 'ms-edit.php?action=updatethemes' ); ?>" method="post">
|
||||
<?php screen_icon(); ?>
|
||||
<h2><?php _e( 'Network Themes' ) ?></h2>
|
||||
<p><?php _e( 'Disable themes network-wide. You can enable themes on a site-by-site basis.' ) ?></p>
|
||||
|
||||
Reference in New Issue
Block a user