We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223d133 commit 9954c01Copy full SHA for 9954c01
includes/Relationships/PostToPost.php
@@ -59,7 +59,6 @@ public function setup() {
59
$this->from_ui->setup();
60
}
61
62
- // Convert to an array if it's not already
63
$this->to = (array) $this->to;
64
foreach( $this->to as $key => $to_post_type ) {
65
if ( $this->to !== $this->from && $this->enable_to_ui === true ) {
0 commit comments