Changeset 3769 for trunk/wp-admin/import.php
- Timestamp:
- 05/10/2006 08:34:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import.php
r3262 r3769 2 2 require_once ('admin.php'); 3 3 $title = __('Import'); 4 $parent_file = ' import.php';4 $parent_file = 'edit.php'; 5 5 require_once ('admin-header.php'); 6 6 ?> … … 31 31 } else { 32 32 ?> 33 <table width="100%" cellpadding="3" cellspacing="3">33 <table class="widefat"> 34 34 35 35 <?php … … 43 43 echo " 44 44 <tr $style> 45 <td class= \"togl\">$action</td>46 <td class= \"desc\">{$data[1]}</td>45 <td class='import-system'>$action</td> 46 <td class='desc'>{$data[1]}</td> 47 47 </tr>"; 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.