Editor: fix duplication in templates list.

Excludes parent template when a child template is defined during template retrieval.

Props oandregal, mukesh27, flixos90, bgardner.
See #57756.

Built from https://develop.svn.wordpress.org/trunk@56329


git-svn-id: http://core.svn.wordpress.org/trunk@55841 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
isabel_brison
2023-08-01 02:12:24 +00:00
parent 29d0198455
commit 6359762e66
2 changed files with 12 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56327';
$wp_version = '6.4-alpha-56329';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.