From c28ade3f759cd3996e1cf06a4ad03d7cb3341a35 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Mon, 6 Dec 2021 09:34:34 +0100 Subject: [PATCH] Move the block page templates hook into compat/5.9 folder --- .../wordpress-5.9/wp-theme-get-post-templates.php} | 2 +- lib/load.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename lib/{full-site-editing/page-templates.php => compat/wordpress-5.9/wp-theme-get-post-templates.php} (94%) diff --git a/lib/full-site-editing/page-templates.php b/lib/compat/wordpress-5.9/wp-theme-get-post-templates.php similarity index 94% rename from lib/full-site-editing/page-templates.php rename to lib/compat/wordpress-5.9/wp-theme-get-post-templates.php index 1e2fc63264b1b2..6cfa8f42f8abf9 100644 --- a/lib/full-site-editing/page-templates.php +++ b/lib/compat/wordpress-5.9/wp-theme-get-post-templates.php @@ -1,6 +1,6 @@