From ae59c2c44b4d8bdd9ca2dfb0deba3cbc53d73383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Wed, 26 Jun 2024 17:21:32 +0200 Subject: [PATCH] Add @core-merge comment specifying a function hasn't been modified --- .../class-gutenberg-rest-templates-controller-6-7.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compat/wordpress-6.7/class-gutenberg-rest-templates-controller-6-7.php b/lib/compat/wordpress-6.7/class-gutenberg-rest-templates-controller-6-7.php index 61794f13bb5d1..b9d38d0a65f1e 100644 --- a/lib/compat/wordpress-6.7/class-gutenberg-rest-templates-controller-6-7.php +++ b/lib/compat/wordpress-6.7/class-gutenberg-rest-templates-controller-6-7.php @@ -138,6 +138,7 @@ private static function get_wp_templates_original_source_field( $template_object * @param WP_Block_Template $template_object Template instance. * @return string Human readable text for the author. */ + // @core-merge: Nothing has changed in this function, the only reason to include it here is that it's a private function. private static function get_wp_templates_author_text_field( $template_object ) { $original_source = self::get_wp_templates_original_source_field( $template_object ); switch ( $original_source ) {