Skip to content

Commit ae307cd

Browse files
committed
Renames the method name.
1 parent 56c51c9 commit ae307cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/Blocks/CorePostTerms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct( WP_Block_Type $block, Registry $block_registry ) {
3131
]
3232
);
3333

34-
$this->register_list_of_terms_field();
34+
$this->register_list_of_terms_connection();
3535
}
3636

3737
/**
@@ -58,7 +58,7 @@ private function get_string_field_config( string $name ): array {
5858
* @return void
5959
* @throws \Exception
6060
*/
61-
protected function register_list_of_terms_field() {
61+
protected function register_list_of_terms_connection() {
6262
register_graphql_connection(
6363
[
6464
'fromType' => $this->type_name,

0 commit comments

Comments
 (0)