X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fa11948979fd6a4ea5705dc613b239699a459db3..41578db67d72562346e4dbb2a14889b23d522813:/wp-includes/bookmark-template.php diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index 64e73a88..1724590f 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -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 .= ''; $the_link = '#'; if ( !empty($bookmark->link_url) ) @@ -116,7 +116,7 @@ function _walk_bookmarks($bookmarks, $args = '' ) { $output .= ''; if ( $show_updated && $bookmark->recently_updated ) - $output .= get_option('links_recently_updated_append'); + $output .= ''; 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 );