~canonical-sysadmins/wordpress/4.1.3

« back to all changes in this revision

Viewing changes to wp-includes/bookmark-template.php

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:05:37 UTC
  • mfrom: (1.1.1 wp4-upstream)
  • Revision ID: nick.moffitt@canonical.com-20150115110537-8bp1y42eyg0jsa7c
Tags: 4.1
MergeĀ upstreamĀ versionĀ 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 *                                      or 0|false. Default 1|true.
35
35
 *     @type int|bool $show_name        Whether to show link name if available. Accepts 1|true or
36
36
 *                                      0|false. Default 0|false.
37
 
 *     @type string   $before           The HTML or text to prepend to each bookmark. Default '<li>'.
38
 
 *     @type string   $after            The HTML or text to append to each bookmark. Default '</li>'.
 
37
 *     @type string   $before           The HTML or text to prepend to each bookmark. Default `<li>`.
 
38
 *     @type string   $after            The HTML or text to append to each bookmark. Default `</li>`.
39
39
 *     @type string   $link_before      The HTML or text to prepend to each bookmark inside the anchor
40
40
 *                                      tags. Default empty.
41
41
 *     @type string   $link_after       The HTML or text to append to each bookmark inside the anchor