Skip to content

Commit ae59c2c

Browse files
committed
Add @core-merge comment specifying a function hasn't been modified
1 parent 0ff81ae commit ae59c2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/compat/wordpress-6.7/class-gutenberg-rest-templates-controller-6-7.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ private static function get_wp_templates_original_source_field( $template_object
138138
* @param WP_Block_Template $template_object Template instance.
139139
* @return string Human readable text for the author.
140140
*/
141+
// @core-merge: Nothing has changed in this function, the only reason to include it here is that it's a private function.
141142
private static function get_wp_templates_author_text_field( $template_object ) {
142143
$original_source = self::get_wp_templates_original_source_field( $template_object );
143144
switch ( $original_source ) {

0 commit comments

Comments
 (0)