mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Various docblock corrections.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@52299 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4636,10 +4636,10 @@ function get_term_link( $term, $taxonomy = '' ) {
|
||||
* Arguments about which post to use and how to format the output. Shares all of the arguments
|
||||
* supported by get_the_taxonomies(), in addition to the following.
|
||||
*
|
||||
* @type int|WP_Post $post Post ID or object to get taxonomies of. Default current post.
|
||||
* @type string $before Displays before the taxonomies. Default empty string.
|
||||
* @type string $sep Separates each taxonomy. Default is a space.
|
||||
* @type string $after Displays after the taxonomies. Default empty string.
|
||||
* @type int|WP_Post $post Post ID or object to get taxonomies of. Default current post.
|
||||
* @type string $before Displays before the taxonomies. Default empty string.
|
||||
* @type string $sep Separates each taxonomy. Default is a space.
|
||||
* @type string $after Displays after the taxonomies. Default empty string.
|
||||
* }
|
||||
*/
|
||||
function the_taxonomies( $args = array() ) {
|
||||
|
||||
Reference in New Issue
Block a user