Just a helpful little link.
git-svn-id: https://develop.svn.wordpress.org/trunk@4591 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cecdb94367
commit
72d6457653
|
@ -73,7 +73,7 @@ if ( isset($_GET['deleted']) ) {
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
|
|
||||||
<h2><?php _e('Blogroll 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>
|
<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>
|
||||||
<form id="cats" method="get" action="">
|
<form id="cats" method="get" action="">
|
||||||
<p><?php
|
<p><?php
|
||||||
$categories = get_categories("hide_empty=1&type=link");
|
$categories = get_categories("hide_empty=1&type=link");
|
||||||
|
|
Loading…
Reference in New Issue