diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 39b5b00423..ad7a379c78 100644 --- a/wp-includes/taxonomy.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 3854581c58..5ef0d11850 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.