mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-08 19:20:03 +00:00
Some renames
git-svn-id: https://develop.svn.wordpress.org/trunk@3999 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -73,7 +73,7 @@ if ( isset($_GET['deleted']) ) {
|
||||
|
||||
<div class="wrap">
|
||||
|
||||
<h2><?php _e('Bookmark Management'); ?></h2>
|
||||
<h2><?php _e('Blogroll Management'); ?></h2>
|
||||
<p><?php _e('Here you add links 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>
|
||||
<form id="cats" method="get" action="">
|
||||
<p>Currently showing
|
||||
@@ -85,11 +85,11 @@ if ( isset($_GET['deleted']) ) {
|
||||
</option>
|
||||
<?php endforeach; ?>
|
||||
</select>
|
||||
bookmarks ordered by
|
||||
links ordered by
|
||||
<select name="order_by">
|
||||
<option value="order_id" <?php if ($order_by == 'order_id') echo " selected='selected'";?>><?php _e('Bookmark ID') ?></option>
|
||||
<option value="order_name" <?php if ($order_by == 'order_name') echo " selected='selected'";?>><?php _e('Name') ?></option>
|
||||
<option value="order_url" <?php if ($order_by == 'order_url') echo " selected='selected'";?>><?php _e('URI') ?></option>
|
||||
<option value="order_url" <?php if ($order_by == 'order_url') echo " selected='selected'";?>><?php _e('Address') ?></option>
|
||||
</select>
|
||||
<input type="submit" name="action" value="<?php _e('Update »') ?>" /></p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user