Changeset 46823 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 12/06/2019 10:41:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r46795 r46823 1041 1041 * @since 3.1.0 1042 1042 * 1043 * @param string $link Optional. Anchor text. If empty, default is 'Edit This'. Default empty.1044 * @param string $before Optional. Display before edit link. Default empty.1045 * @param string $after Optional. Display after edit link. Default empty.1046 * @param object$term Optional. Term object. If null, the queried object will be inspected. Default null.1047 * @param bool $echo Optional. Whether or not to echo the return. Default true.1043 * @param string $link Optional. Anchor text. If empty, default is 'Edit This'. Default empty. 1044 * @param string $before Optional. Display before edit link. Default empty. 1045 * @param string $after Optional. Display after edit link. Default empty. 1046 * @param WP_Term $term Optional. Term object. If null, the queried object will be inspected. Default null. 1047 * @param bool $echo Optional. Whether or not to echo the return. Default true. 1048 1048 * @return string|void HTML content. 1049 1049 */
Note: See TracChangeset
for help on using the changeset viewer.