mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
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:
parent
ca1906b159
commit
6699b761e1
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user