Make WordPress Core


Ignore:
Timestamp:
11/05/2008 07:48:43 PM (15 years ago)
Author:
ryan
Message:

Move notices below h2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r9435 r9530  
    8484<?php screen_options('comment') ?>
    8585
     86<div class="wrap">
     87<h2><?php echo wp_specialchars( $title ); ?></h2>
     88
    8689<?php
    8790if ( isset( $_GET['approved'] ) || isset( $_GET['deleted'] ) || isset( $_GET['spam'] ) ) {
     
    113116?>
    114117
    115 <div class="wrap">
    116 <h2><?php echo wp_specialchars( $title ); ?></h2>
    117118<form id="comments-form" action="" method="get">
    118119<ul class="subsubsub">
Note: See TracChangeset for help on using the changeset viewer.