Changeset 30536 for trunk/src/wp-includes/bookmark-template.php
- Timestamp:
- 11/24/2014 04:41:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark-template.php
r29109 r30536 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.
Note: See TracChangeset
for help on using the changeset viewer.