Skip to content

Commit

Permalink
Add @core-merge comment specifying a function hasn't been modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Jun 26, 2024
1 parent 0ff81ae commit ae59c2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit ae59c2c

Please sign in to comment.