Make WordPress Core


Ignore:
Timestamp:
01/19/2010 05:01:39 PM (16 years ago)
Author:
ryan
Message:

Formatting cleanups

File:
1 edited

Legend:

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

    r12725 r12760  
    3030
    3131<div class="wrap">
    32     <h2><?php echo wp_specialchars( $title ); ?></h2>
     32    <h2><?php echo esc_html( $title ); ?></h2>
    3333
    3434    <ul class="subsubsub">
Note: See TracChangeset for help on using the changeset viewer.