wp/wp-includes/block-patterns/social-links-shared-background-color.php
changeset 22 8c2e4d02f4ef
parent 18 be944660c56a
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     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' ),