Make WordPress Core


Ignore:
Timestamp:
08/09/2003 11:10:16 PM (23 years ago)
Author:
mikelittle
Message:

More help for link manager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/linkcategories.php

    r290 r303  
    33//
    44// Links
    5 // Copyright (C) 2002 Mike Little -- mike@zed1.com
    6 //
    7 // This is an add-on to b2 weblog / news publishing tool
     5// Copyright (C) 2002, 2003 Mike Little -- mike@zed1.com
     6//
     7// This is an add-on to b2/WordPress weblog / news publishing tool
    88// b2 is copyright (c)2001, 2002 by Michel Valdrighi - m@tidakada.com
    99//
    1010// **********************************************************************
    11 // Copyright (C) 2002 Mike Little
     11// Copyright (C) 2002, 2003 Mike Little
    1212//
    1313// This program is free software; you can redistribute it and/or modify
     
    3030include_once('../wp-links/links.php');
    3131
    32 $title = "Link Categories";
     32$title = 'Link Categories';
     33$this_file='linkcategories.php';
    3334
    3435$b2varstoreset = array('action','standalone','cat', 'auto_toggle');
     
    294295        <td>
    295296          <form name="cats" method="post">
    296             <b>Edit</b> a link category:<br />
     297            <b>Edit</b> a link category:<?php echo gethelp_link($this_file,'edit_link_category');?><br />
    297298            <table width="" cellpadding="5" cellspacing="0" border="0">
    298299              <tr style="background-color: #ddd;">
     
    361362    <table border="0">
    362363      <tr>
    363         <th>Add a Link Category:</th>
     364        <th>Add a Link Category:<?php echo gethelp_link($this_file,'add_link_category');?></th>
    364365      </tr>
    365366      <tr>
Note: See TracChangeset for help on using the changeset viewer.