| @@ -20,9 +20,9 @@ | ||
| 20 | 20 | * @access public |
| 21 | 21 | */ |
| 22 | 22 | public function print_admin_column_type() { |
| 23 | 23 | $admin_filter_url = admin_url( Source_Local::ADMIN_MENU_SLUG . '&elementor_library_type=' . $this->get_name() ); |
| 24 | - // PHPCS - Not a user input | |
| 24 | + //PHPCS - Not a user input | |
| 25 | 25 | printf( '<a href="%s">%s</a>', $admin_filter_url, $this->get_title() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | /** |