Make WordPress Core


Ignore:
Timestamp:
02/27/2008 07:18:21 PM (18 years ago)
Author:
ryan
Message:

Style updates to plugins, export, and sidemenu from mt. fixes #6019

File:
1 edited

Legend:

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

    r6997 r7066  
    1515<div class="wrap">
    1616<h2><?php _e('Export'); ?></h2>
    17 <div class="narrow">
    1817<p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p>
    1918<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, comments, custom fields, and categories.'); ?></p>
    2019<p><?php _e('Once you&#8217;ve saved the download file, you can use the Import function on another WordPress blog to import this blog.'); ?></p>
    2120<form action="" method="get">
    22 <h3><?php _e('Optional options'); ?></h3>
     21<h3><?php _e('Options'); ?></h3>
    2322
    24 <table class="niceblue">
     23<table class="form-table">
    2524<tr>
    26 <th><?php _e('Restrict Author:'); ?></th>
     25<th><?php _e('Restrict Author'); ?></th>
    2726<td>
    2827<select name="author">
     
    4443</form>
    4544</div>
    46 </div>
    4745
    4846<?php
Note: See TracChangeset for help on using the changeset viewer.