Skip to content

Commit

Permalink
Taxonmies: Preload Taxonomies API
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Sep 6, 2017
1 parent 58c315e commit 81f50ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ function gutenberg_editor_scripts_and_styles( $hook ) {
// Preload common data.
$preload_paths = array(
'/wp/v2/users/me?context=edit',
'/wp/v2/taxonomies?context=edit',
gutenberg_get_rest_link( $post_to_edit, 'about', 'edit' ),
);
if ( ! $is_new_post ) {
Expand Down

0 comments on commit 81f50ea

Please sign in to comment.