equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 /** |
2 /** |
3 * Social links with a shared background color. |
3 * Social links with a shared background color. |
4 * |
4 * |
5 * @package WordPress |
5 * @package WordPress |
|
6 * @since 5.8.0 |
|
7 * @deprecated 6.7.0 This pattern is deprecated. Please use the Social Links block instead. |
6 */ |
8 */ |
7 |
9 |
8 return array( |
10 return array( |
9 'title' => _x( 'Social links with a shared background color', 'Block pattern title' ), |
11 'title' => _x( 'Social links with a shared background color', 'Block pattern title' ), |
10 'categories' => array( 'buttons' ), |
12 'categories' => array( 'buttons' ), |