Changeset 32926
- Timestamp:
- 06/24/2015 10:55:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r32925 r32926 945 945 * @since 3.1.0 946 946 * 947 * @param string $link Optional. Anchor text. 948 * @param string $before Optional. Display before edit link. 949 * @param string $after Optional. Display after edit link. 950 * @param object $term Term object.947 * @param string $link Optional. Anchor text. Default empty. 948 * @param string $before Optional. Display before edit link. Default empty. 949 * @param string $after Optional. Display after edit link. Default empty. 950 * @param object $term Optional. Term object. If null, the queried object will be inspected. Default null. 951 951 * @param bool $echo Optional. Whether or not to echo the return. Default true. 952 952 * @return string|void HTML content.
Note: See TracChangeset
for help on using the changeset viewer.