Just a helpful little link.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c69c7fdd86
commit
de56aaa720
|
@ -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