Changeset 6555 for trunk/wp-admin/link-manager.php
- Timestamp:
- 01/04/2008 08:18:55 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r6213 r6555 17 17 $order_by = 'order_name'; 18 18 19 $title = __('Manage Blogroll');20 $this_file = $parent_file = ' link-manager.php';19 $title = __('Manage Links'); 20 $this_file = $parent_file = 'edit.php'; 21 21 include_once ("./admin-header.php"); 22 22 … … 76 76 <div class="wrap"> 77 77 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> 79 80 <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’s called a “blogroll.”'); ?></p> 80 81 <form id="cats" method="get" action="">
Note: See TracChangeset
for help on using the changeset viewer.