mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Bring back the H2s. Rough draft.
git-svn-id: https://develop.svn.wordpress.org/trunk@9232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -45,7 +45,7 @@ if ( empty($cat_id) )
|
||||
if ( empty($order_by) )
|
||||
$order_by = 'order_name';
|
||||
|
||||
$title = __('Manage Links');
|
||||
$title = __('Edit Links');
|
||||
$this_file = $parent_file = 'edit.php';
|
||||
include_once ("./admin-header.php");
|
||||
|
||||
@@ -95,6 +95,7 @@ if ( isset($_GET['deleted']) ) {
|
||||
?>
|
||||
|
||||
<div class="wrap">
|
||||
<h2><?php echo $title ?></h2>
|
||||
|
||||
<div class="filter">
|
||||
<form id="list-filter" action="" method="get">
|
||||
|
||||
Reference in New Issue
Block a user