Skip to content

Commit

Permalink
Merge pull request #126 from material-components/patterns/remove-button
Browse files Browse the repository at this point in the history
Remove button pattern
  • Loading branch information
emeaguiar authored May 19, 2021
2 parents 4d9e645 + c15101f commit 31e54dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
32 changes: 0 additions & 32 deletions plugin/php/block-patterns/button.php

This file was deleted.

1 change: 0 additions & 1 deletion plugin/php/class-block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public function register() {
* Register the patterns.
*/
$patterns = [
'button',
'call-to-action',
'call-to-action-benefits',
'contact-form',
Expand Down
1 change: 0 additions & 1 deletion plugin/tests/phpunit/php/class-test-block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Test_Block_Patterns extends \WP_UnitTestCase {
* @var array
*/
private static $patterns = [
'button',
'call-to-action',
'call-to-action-benefits',
'call-to-action-features',
Expand Down

0 comments on commit 31e54dd

Please sign in to comment.