[wp-cvs] wordpress/wp-admin link-add.php, 1.15,
1.16 link-categories.php, 1.13, 1.14 link-import.php, 1.13,
1.14 link-manager.php, 1.33, 1.34
Ryan Boren
rboren at users.sourceforge.net
Wed Aug 4 03:35:51 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5061
Modified Files:
link-add.php link-categories.php link-import.php
link-manager.php
Log Message:
Remove references to gethelp_link(). Bug 0000208.
Index: link-manager.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/link-manager.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** link-manager.php 6 Jul 2004 18:46:41 -0000 1.33
--- link-manager.php 4 Aug 2004 03:35:49 -0000 1.34
***************
*** 610,617 ****
<tr>
<td>
! <?php printf(__('<strong>Show</strong> links in category: %s'), gethelp_link($this_file,'link_categories'));?><br />
</td>
<td>
! <?php printf(__('<strong>Order</strong> by: %s'), gethelp_link($this_file,'order_by'));?>
</td>
<td> </td>
--- 610,617 ----
<tr>
<td>
! <?php _e('<strong>Show</strong> links in category:'); ?><br />
</td>
<td>
! <?php _e('<strong>Order</strong> by:');?>
</td>
<td> </td>
***************
*** 650,654 ****
<td>
<input type="submit" name="action" value="<?php _e('Show') ?>" />
- <?php echo gethelp_link($this_file,'show');?>
</td>
</tr>
--- 650,653 ----
***************
*** 667,671 ****
<table width="100%" cellpadding="3" cellspacing="3">
<tr>
! <th width="15%"><?php echo gethelp_link($this_file,'list_o_links');?> <?php _e('Name') ?></th>
<th><?php _e('URI') ?></th>
<th><?php _e('Category') ?></th>
--- 666,670 ----
<table width="100%" cellpadding="3" cellspacing="3">
<tr>
! <th width="15%"><?php _e('Name') ?></th>
<th><?php _e('URI') ?></th>
<th><?php _e('Category') ?></th>
***************
*** 748,752 ****
<tr>
<td>
! <?php _e('Assign ownership to:'); echo ' ' . gethelp_link($this_file,'assign_ownership'); ?>
<?php
$results = $wpdb->get_results("SELECT ID, user_login FROM $wpdb->users WHERE user_level > 0 ORDER BY ID");
--- 747,751 ----
<tr>
<td>
! <?php _e('Assign ownership to:'); ?>
<?php
$results = $wpdb->get_results("SELECT ID, user_login FROM $wpdb->users WHERE user_level > 0 ORDER BY ID");
***************
*** 762,772 ****
</td>
<td>
! <input name="visibility" type="submit" id="visibility" value="<?php _e('Toggle Visibility') ?>" /><?php echo gethelp_link($this_file,'toggle_visibility');?>
</td>
<td>
! <?php _e('Move to category:'); echo ' ' . gethelp_link($this_file,'move_to_cat'); category_dropdown('category'); ?> <input name="move" type="submit" id="move" value="<?php _e('Go') ?>" />
</td>
<td align="right">
! <a href="#" onClick="checkAll(document.getElementById('links')); return false; "><?php _e('Toggle Checkboxes') ?></a><?php echo gethelp_link($this_file,'toggle_checkboxes');?>
</td>
</tr>
--- 761,771 ----
</td>
<td>
! <input name="visibility" type="submit" id="visibility" value="<?php _e('Toggle Visibility') ?>" />
</td>
<td>
! <?php _e('Move to category:'); category_dropdown('category'); ?> <input name="move" type="submit" id="move" value="<?php _e('Go') ?>" />
</td>
<td align="right">
! <a href="#" onClick="checkAll(document.getElementById('links')); return false; "><?php _e('Toggle Checkboxes') ?></a>
</td>
</tr>
Index: link-add.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/link-add.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** link-add.php 19 Jun 2004 04:41:34 -0000 1.15
--- link-add.php 4 Aug 2004 03:35:49 -0000 1.16
***************
*** 77,81 ****
<?php endif; ?>
<div class="wrap">
! <h2><?php _e('<strong>Add</strong> a link:') ?> <?php echo gethelp_link($this_file,'add_a_link');?></h2>
<form name="addlink" method="post" action="link-manager.php">
<fieldset class="options">
--- 77,81 ----
<?php endif; ?>
<div class="wrap">
! <h2><?php _e('<strong>Add</strong> a link:') ?></h2>
<form name="addlink" method="post" action="link-manager.php">
<fieldset class="options">
Index: link-categories.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/link-categories.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** link-categories.php 19 Jun 2004 02:13:47 -0000 1.13
--- link-categories.php 4 Aug 2004 03:35:49 -0000 1.14
***************
*** 299,303 ****
</ul>
<div class="wrap">
! <h2><?php _e('Link Categories:') ?><?php echo gethelp_link($this_file,'edit_link_category');?></h2>
<table width="100%" cellpadding="5" cellspacing="0" border="0">
<tr>
--- 299,303 ----
</ul>
<div class="wrap">
! <h2><?php _e('Link Categories:') ?></h2>
<table width="100%" cellpadding="5" cellspacing="0" border="0">
<tr>
***************
*** 361,365 ****
<form name="addcat" method="post">
<input type="hidden" name="action" value="addcat" />
! <h2><?php _e('Add a Link Category:') ?><?php echo gethelp_link($this_file,'add_link_category');?></h2>
<fieldset class="options">
<legend><?php _e('Category Options') ?></legend>
--- 361,365 ----
<form name="addcat" method="post">
<input type="hidden" name="action" value="addcat" />
! <h2><?php _e('Add a Link Category:') ?></h2>
<fieldset class="options">
<legend><?php _e('Category Options') ?></legend>
Index: link-import.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/link-import.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** link-import.php 15 Jun 2004 23:24:35 -0000 1.13
--- link-import.php 4 Aug 2004 03:35:49 -0000 1.14
***************
*** 41,52 ****
and sign in. Once you’ve done that, click on <strong>Get Code</strong>, and then
look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr>
! code</strong>') ?><?php echo gethelp_link($this_file,'opml_code');?>.</li>
<li><?php _e('Or go to <a href="http://blo.gs">Blo.gs</a> and sign in. Once you’ve done
that in the \'Welcome Back\' box on the right, click on <strong>share</strong>, and then
look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr>
! link</strong> (favorites.opml).') ?><?php echo gethelp_link($this_file,'opml_code');?></li>
<li><?php _e('Select that text and copy it or copy the link/shortcut into the box below.') ?><br />
<input type="hidden" name="step" value="1" />
! <?php _e('Your OPML URL:') ?><?php echo gethelp_link($this_file,'opml_code');?> <input type="text" name="opml_url" size="65" />
</li>
<li>
--- 41,52 ----
and sign in. Once you’ve done that, click on <strong>Get Code</strong>, and then
look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr>
! code</strong>') ?>.</li>
<li><?php _e('Or go to <a href="http://blo.gs">Blo.gs</a> and sign in. Once you’ve done
that in the \'Welcome Back\' box on the right, click on <strong>share</strong>, and then
look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr>
! link</strong> (favorites.opml).') ?></li>
<li><?php _e('Select that text and copy it or copy the link/shortcut into the box below.') ?><br />
<input type="hidden" name="step" value="1" />
! <?php _e('Your OPML URL:') ?> <input type="text" name="opml_url" size="65" />
</li>
<li>
***************
*** 57,61 ****
<li><?php _e('Now select a category you want to put these links in.') ?><br />
! <?php _e('Category:') ?> <?php echo gethelp_link($this_file,'link_category');?><select name="cat_id">
<?php
$categories = $wpdb->get_results("SELECT cat_id, cat_name, auto_toggle FROM $wpdb->linkcategories ORDER BY cat_id");
--- 57,61 ----
<li><?php _e('Now select a category you want to put these links in.') ?><br />
! <?php _e('Category:') ?> <select name="cat_id">
<?php
$categories = $wpdb->get_results("SELECT cat_id, cat_name, auto_toggle FROM $wpdb->linkcategories ORDER BY cat_id");
***************
*** 70,74 ****
</li>
! <li><input type="submit" name="submit" value="<?php _e('Import!') ?>" /><?php echo gethelp_link($this_file,'import');?></li>
</ol>
</form>
--- 70,74 ----
</li>
! <li><input type="submit" name="submit" value="<?php _e('Import!') ?>" /></li>
</ol>
</form>
More information about the cvs
mailing list