From 8f0aab9435c8d434911d3fe875494dd90b986eb4 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Tue, 16 Jan 2018 14:30:50 +0100 Subject: [PATCH] Documentation: change default post type term --- docs/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates.md b/docs/templates.md index 74e0007227a877..7dc32ff3532378 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -69,9 +69,9 @@ Sometimes the intention might be to lock the template on the UI so that the bloc - `all` — prevents all operations. - `insert` — prevents inserting new blocks, but allows moving existing ones. -## Default Post Types +## Existing Post Types -It is also possible to assign a template to a default post type like "posts" and "pages": +It is also possible to assign a template to an existing post type like "posts" and "pages": ```php $post_type_object = get_post_type_object( 'post' );