Changeset 12781 for trunk/wp-admin/ms-sites.php
- Timestamp:
- 01/20/2010 10:35:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-sites.php
r12760 r12781 80 80 ?> 81 81 <div class="wrap"> 82 <?php screen_icon(); ?> 82 83 <h2><?php _e('Edit Blog'); ?> - <a href='http://<?php echo $details['domain'].$details['path']; ?>'>http://<?php echo $details['domain'].$details['path']; ?></a></h2> 83 84 <form method="post" action="ms-edit.php?action=updateblog"> … … 370 371 371 372 <div class="wrap" style="position:relative;"> 373 <?php screen_icon(); ?> 372 374 <h2><?php _e('Blogs') ?></h2> 373 375 … … 580 582 <div class="wrap"> 581 583 <a name="form-add-blog"></a> 584 <?php screen_icon(); ?> 582 585 <h2><?php _e('Add Blog') ?></h2> 583 586 <form method="post" action="ms-edit.php?action=addblog">
Note: See TracChangeset
for help on using the changeset viewer.