Make WordPress Core


Ignore:
Timestamp:
09/29/2008 10:06:23 PM (16 years ago)
Author:
ryan
Message:

h2 removal per wireframes. Props Viper007Bond. see #7552

File:
1 edited

Legend:

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

    r8944 r9032  
    1111     * @var string
    1212     */
    13     $heading = __('Edit Tag');
     13    $heading = '';
    1414    $submit_text = __('Edit Tag');
    1515    $form = '<form name="edittag" id="edittag" method="post" action="edit-tags.php" class="validate">';
     
    1818    do_action('edit_tag_form_pre', $tag);
    1919} else {
    20     $heading = __('Add Tag');
     20    $heading = '<h2>' . __('Add Tag') . '</h2>';
    2121    $submit_text = __('Add Tag');
    2222    $form = '<form name="addtag" id="addtag" method="post" action="edit-tags.php" class="add:the-list: validate">';
     
    2828
    2929<div class="wrap">
    30 <h2><?php echo $heading ?></h2>
     30<?php echo $heading ?>
    3131<div id="ajax-response"></div>
    3232<?php echo $form ?>
Note: See TracChangeset for help on using the changeset viewer.