Make WordPress Core


Ignore:
Timestamp:
11/05/2008 08:30:26 PM (15 years ago)
Author:
ryan
Message:

Move notices below h2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r9363 r9533  
    7777<?php screen_options('link') ?>
    7878
     79<div class="wrap nosubsub">
     80<h2><?php echo wp_specialchars( $title ); ?></h2>
     81
    7982<?php
    8083if ( isset($_GET['deleted']) ) {
     
    8689}
    8790?>
    88 
    89 <div class="wrap nosubsub">
    90 <h2><?php echo wp_specialchars( $title ); ?></h2>
    9191
    9292<form class="search-form" action="" method="get">
Note: See TracChangeset for help on using the changeset viewer.