From 3fe805cf995af3d94f438739862a485a56eb32ca Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 22 Jan 2016 02:40:10 +0000 Subject: [PATCH] Docs: Remove redundant PHP tags from `get_object_taxonomies()` description. Props dotancohen. Fixes #35553. git-svn-id: https://develop.svn.wordpress.org/trunk@36377 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 39b5b00423..ad7a379c78 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -161,7 +161,7 @@ function get_taxonomies( $args = array(), $output = 'names', $operator = 'and' ) * It appears that this function can be used to find all of the names inside of * $wp_taxonomies global variable. * - * `` Should + * `$taxonomies = get_object_taxonomies( 'post' )` Should * result in `Array( 'category', 'post_tag' )` * * @since 2.3.0