Changeset 14720 for trunk/wp-admin/my-sites.php
- Timestamp:
- 05/18/2010 04:58:18 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/my-sites.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/my-sites.php
r14404 r14720 46 46 <div class="wrap"> 47 47 <?php screen_icon(); ?> 48 <h2><?php e sc_html_e( $title ); ?></h2>48 <h2><?php echo esc_html( $title ); ?></h2> 49 49 <form id="myblogs" action="" method="post"> 50 50 <?php
Note: See TracChangeset
for help on using the changeset viewer.