Show
Ignore:
Timestamp:
09/29/08 22:06:23 (2 months ago)
Author:
ryan
Message:

h2 removal per wireframes. Props Viper007Bond. see #7552

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-category-form.php

    r8944 r9032  
    1717     * @var string 
    1818     */ 
    19     $heading = __('Edit Category')
     19    $heading = ''
    2020    $submit_text = __('Edit Category'); 
    2121    $form = '<form name="editcat" id="editcat" method="post" action="categories.php" class="validate">'; 
     
    2424    do_action('edit_category_form_pre', $category); 
    2525} else { 
    26     $heading = __('Add Category')
     26    $heading = '<h2>' . __('Add Category') . '</h2>'
    2727    $submit_text = __('Add Category'); 
    2828    $form = '<form name="addcat" id="addcat" method="post" action="categories.php" class="add:the-list: validate">'; 
     
    5757 
    5858<div class="wrap"> 
    59 <h2><?php echo $heading ?></h2
     59<?php echo $heading ?
    6060<div id="ajax-response"></div> 
    6161<?php echo $form ?>