mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Screen icons for site admin pages. Using temp icon until new ones are done. see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12781 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -20,6 +20,7 @@ if (isset($_GET['updated'])) {
|
||||
?>
|
||||
|
||||
<div class="wrap">
|
||||
<?php screen_icon(); ?>
|
||||
<h2><?php _e('Site Options') ?></h2>
|
||||
<form method="post" action="ms-edit.php?action=siteoptions">
|
||||
<?php wp_nonce_field( "siteoptions" ); ?>
|
||||
|
||||
Reference in New Issue
Block a user