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-link-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="link-category.php" class="validate">';
     
    2424    do_action('edit_link_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" class="add:the-list: validate" method="post" action="link-category.php">';
     
    5454
    5555<div class="wrap">
    56 <h2><?php echo $heading ?></h2>
     56<?php echo $heading ?>
    5757<div id="ajax-response"></div>
    5858<?php echo $form ?>
Note: See TracChangeset for help on using the changeset viewer.