Make WordPress Core


Ignore:
Timestamp:
01/04/2008 08:18:55 PM (18 years ago)
Author:
matt
Message:

Some link manager juggling, still need to have submenu highlight when on sub-sub pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r6213 r6555  
    1717    $order_by = 'order_name';
    1818
    19 $title = __('Manage Blogroll');
    20 $this_file = $parent_file = 'link-manager.php';
     19$title = __('Manage Links');
     20$this_file = $parent_file = 'edit.php';
    2121include_once ("./admin-header.php");
    2222
     
    7676<div class="wrap">
    7777
    78 <h2><?php _e('Blogroll Management'); ?></h2>
     78<h2><?php _e('Manage Links'); ?></h2>
     79<p><a href="link-add.php"><?php _e('Add Link'); ?></a> | <a href="edit-link-categories.php"><?php _e('Link Categories'); ?></a> | <a href="link-import.php"><?php _e('Import Links'); ?></a></p>
    7980<p><?php _e('Here you <a href="link-add.php">add links</a> to sites that you visit often and share them on your blog. When you have a list of links in your sidebar to other blogs, it&#8217;s called a &#8220;blogroll.&#8221;'); ?></p>
    8081<form id="cats" method="get" action="">
Note: See TracChangeset for help on using the changeset viewer.