| @@ -7,8 +7,11 @@ | ||
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * Implements table for bulk editing. |
| 11 | + * | |
| 12 | + * @deprecated 28.1 | |
| 13 | + * @codeCoverageIgnore | |
| 11 | 14 | */ |
| 12 | 15 | class WPSEO_Bulk_List_Table extends WP_List_Table { |
| 13 | 16 | |
| 14 | 17 | /** |
| @@ -124,8 +127,10 @@ | ||
| 124 | 127 | * |
| 125 | 128 | * @param array $args The arguments. |
| 126 | 129 | */ |
| 127 | 130 | public function __construct( $args = [] ) { |
| 131 | + _deprecated_function( __METHOD__, 'Yoast SEO 28.1' ); | |
| 132 | + | |
| 128 | 133 | parent::__construct( $this->settings ); |
| 129 | 134 | |
| 130 | 135 | $args = wp_parse_args( |
| 131 | 136 | $args, |