diff --git a/src/wp-includes/class-wp-block.php b/src/wp-includes/class-wp-block.php index 455ea2e138461..0145ba436902f 100644 --- a/src/wp-includes/class-wp-block.php +++ b/src/wp-includes/class-wp-block.php @@ -241,7 +241,7 @@ private function process_block_bindings() { 'core/paragraph' => array( 'content' ), 'core/heading' => array( 'content' ), 'core/image' => array( 'url', 'title', 'alt' ), - 'core/button' => array( 'url', 'text' ), + 'core/button' => array( 'url', 'text', 'linkTarget', 'rel' ), ); // If the block doesn't have the bindings property, isn't one of the allowed