Skip to content

Commit

Permalink
Renames the method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
whoami-pwd committed Feb 5, 2025
1 parent 56c51c9 commit ae307cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Blocks/CorePostTerms.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct( WP_Block_Type $block, Registry $block_registry ) {
]
);

$this->register_list_of_terms_field();
$this->register_list_of_terms_connection();
}

/**
Expand All @@ -58,7 +58,7 @@ private function get_string_field_config( string $name ): array {
* @return void
* @throws \Exception
*/
protected function register_list_of_terms_field() {
protected function register_list_of_terms_connection() {
register_graphql_connection(
[
'fromType' => $this->type_name,
Expand Down

0 comments on commit ae307cd

Please sign in to comment.