]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/bookmark-template.php
WordPress 3.9
[autoinstalls/wordpress.git] / wp-includes / bookmark-template.php
index 64e73a88d0175e3c9a3ad92305ffe3c7a7ab9a8c..1724590f3cbada67ebbad39e728e30c08fdd1acb 100644 (file)
@@ -65,7 +65,7 @@ function _walk_bookmarks($bookmarks, $args = '' ) {
                        $bookmark->recently_updated = false;
                $output .= $before;
                if ( $show_updated && $bookmark->recently_updated )
-                       $output .= get_option('links_recently_updated_prepend');
+                       $output .= '<em>';
 
                $the_link = '#';
                if ( !empty($bookmark->link_url) )
@@ -116,7 +116,7 @@ function _walk_bookmarks($bookmarks, $args = '' ) {
                $output .= '</a>';
 
                if ( $show_updated && $bookmark->recently_updated )
-                       $output .= get_option('links_recently_updated_append');
+                       $output .= '</em>';
 
                if ( $show_description && '' != $desc )
                        $output .= $between . $desc;
@@ -233,7 +233,7 @@ function wp_list_bookmarks($args = '') {
                         *
                         * @since 2.2.0
                         *
-                        * @param string $cat->name The category name of bookmarks.
+                        * @param string $cat_name The category name of bookmarks.
                         */
                        $catname = apply_filters( 'link_category', $cat->name );