Docs: Remove redundant PHP tags from get_object_taxonomies() description.

Props dotancohen.
Fixes #35553.
Built from https://develop.svn.wordpress.org/trunk@36377


git-svn-id: http://core.svn.wordpress.org/trunk@36344 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-01-22 02:41:26 +00:00
parent ca1906b159
commit 6699b761e1
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*
* `<?php $taxonomies = get_object_taxonomies('post'); ?>` Should
* `$taxonomies = get_object_taxonomies( 'post' )` Should
* result in `Array( 'category', 'post_tag' )`
*
* @since 2.3.0

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36376';
$wp_version = '4.5-alpha-36377';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.