Make WordPress Core


Ignore:
Timestamp:
01/20/2010 10:35:21 PM (15 years ago)
Author:
ryan
Message:

Screen icons for site admin pages. Using temp icon until new ones are done. see #11644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-sites.php

    r12760 r12781  
    8080        ?>
    8181        <div class="wrap">
     82        <?php screen_icon(); ?>
    8283        <h2><?php _e('Edit Blog'); ?> - <a href='http://<?php echo $details['domain'].$details['path']; ?>'>http://<?php echo $details['domain'].$details['path']; ?></a></h2>
    8384        <form method="post" action="ms-edit.php?action=updateblog">
     
    370371
    371372        <div class="wrap" style="position:relative;">
     373        <?php screen_icon(); ?>
    372374        <h2><?php _e('Blogs') ?></h2>
    373375
     
    580582        <div class="wrap">
    581583            <a name="form-add-blog"></a>
     584            <?php screen_icon(); ?>
    582585            <h2><?php _e('Add Blog') ?></h2>
    583586            <form method="post" action="ms-edit.php?action=addblog">
Note: See TracChangeset for help on using the changeset viewer.