Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (18 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

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

    r4144 r4495  
    3131?>
    3232
    33 <div class="wrap"> 
     33<div class="wrap">
    3434<h2><?php echo $heading ?></h2>
    3535<?php echo $form ?>
     
    4949
    5050<fieldset class="dbx-box">
    51 <h3 class="dbx-handle"><?php _e('Target') ?></h3> 
     51<h3 class="dbx-handle"><?php _e('Target') ?></h3>
    5252<div class="dbx-content">
    5353<label for="link_target_blank" class="selectit">
     
    6464
    6565<fieldset class="dbx-box">
    66 <h3 class="dbx-handle"><?php _e('Visible') ?></h3> 
     66<h3 class="dbx-handle"><?php _e('Visible') ?></h3>
    6767<div class="dbx-content">
    6868<label for="link_visible_yes" class="selectit">
Note: See TracChangeset for help on using the changeset viewer.