Changeset 303 for trunk/wp-admin/linkcategories.php
- Timestamp:
- 08/09/2003 11:10:16 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/linkcategories.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/linkcategories.php
r290 r303 3 3 // 4 4 // Links 5 // Copyright (C) 2002 Mike Little -- mike@zed1.com6 // 7 // This is an add-on to b2 weblog / news publishing tool5 // Copyright (C) 2002, 2003 Mike Little -- mike@zed1.com 6 // 7 // This is an add-on to b2/WordPress weblog / news publishing tool 8 8 // b2 is copyright (c)2001, 2002 by Michel Valdrighi - m@tidakada.com 9 9 // 10 10 // ********************************************************************** 11 // Copyright (C) 2002 Mike Little11 // Copyright (C) 2002, 2003 Mike Little 12 12 // 13 13 // This program is free software; you can redistribute it and/or modify … … 30 30 include_once('../wp-links/links.php'); 31 31 32 $title = "Link Categories"; 32 $title = 'Link Categories'; 33 $this_file='linkcategories.php'; 33 34 34 35 $b2varstoreset = array('action','standalone','cat', 'auto_toggle'); … … 294 295 <td> 295 296 <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 /> 297 298 <table width="" cellpadding="5" cellspacing="0" border="0"> 298 299 <tr style="background-color: #ddd;"> … … 361 362 <table border="0"> 362 363 <tr> 363 <th>Add a Link Category:< /th>364 <th>Add a Link Category:<?php echo gethelp_link($this_file,'add_link_category');?></th> 364 365 </tr> 365 366 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)