Make WordPress Core


Ignore:
Timestamp:
01/30/2007 06:17:25 PM (19 years ago)
Author:
markjaquith
Message:

XHTML validation fix in link-categories.php by foolswisdom. fixes #3573

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/link-categories.php

    r4656 r4837  
    361361                    _e('Default');
    362362                } else { ?>
    363                     <a href="<?php echo wp_nonce_url("link-categories.php?cat_id=$row->cat_id?>&amp;action=Delete", 'delete-link-category_' . $row->cat_id) ?>" onclick="return deleteSomething( 'link category', <?php echo $row->cat_id . ", '" . sprintf(__("You are about to delete the &quot;%s&quot; link category.\\n&quot;Cancel&quot; to stop, &quot;OK&quot; to delete."), js_escape($row->cat_name)); ?>' );" class="delete"><?php _e('Delete') ?></a></td>
     363                    <a href="<?php echo wp_nonce_url("link-categories.php?cat_id=$row->cat_id?>&amp;action=Delete", 'delete-link-category_' . $row->cat_id) ?>" onclick="return deleteSomething( 'link category', <?php echo $row->cat_id . ", '" . sprintf(__("You are about to delete the &quot;%s&quot; link category.\\n&quot;Cancel&quot; to stop, &quot;OK&quot; to delete."), js_escape($row->cat_name)); ?>' );" class="delete"><?php _e('Delete') ?></a>
    364364                <?php } ?>
    365               </tr>
     365              </td>
     366       </tr>
    366367<?php
    367368        ++$i;
Note: See TracChangeset for help on using the changeset viewer.