mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Document default values for optional arguments in edit_term_link()
.
See #32246. Built from https://develop.svn.wordpress.org/trunk@32926 git-svn-id: http://core.svn.wordpress.org/trunk@32897 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8a6f4cb0ef
commit
e872f02bc8
@ -944,10 +944,10 @@ function get_edit_term_link( $term_id, $taxonomy, $object_type = '' ) {
|
|||||||
*
|
*
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*
|
*
|
||||||
* @param string $link Optional. Anchor text.
|
* @param string $link Optional. Anchor text. Default empty.
|
||||||
* @param string $before Optional. Display before edit link.
|
* @param string $before Optional. Display before edit link. Default empty.
|
||||||
* @param string $after Optional. Display after edit link.
|
* @param string $after Optional. Display after edit link. Default empty.
|
||||||
* @param object $term Term object.
|
* @param object $term Optional. Term object. If null, the queried object will be inspected. Default null.
|
||||||
* @param bool $echo Optional. Whether or not to echo the return. Default true.
|
* @param bool $echo Optional. Whether or not to echo the return. Default true.
|
||||||
* @return string|void HTML content.
|
* @return string|void HTML content.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-alpha-32925';
|
$wp_version = '4.3-alpha-32926';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user