From a0d1aa1b13b86809616f72581ffdbe87d30a5235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 14 Nov 2024 08:51:05 +0100 Subject: [PATCH] Fix typos in SRM_Post_Type --- inc/classes/class-srm-post-type.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/class-srm-post-type.php b/inc/classes/class-srm-post-type.php index 18f401ca..6ca8025c 100644 --- a/inc/classes/class-srm-post-type.php +++ b/inc/classes/class-srm-post-type.php @@ -426,7 +426,7 @@ public function filter_redirect_sortable_columns( $columns ) { } /** - * Add custom fileds to the qucik edit screen. + * Add custom fields to the quick edit screen. * * @param string $column_name Name of the column to edit. * @param string $post_type The post type slug, or current screen name if this is a taxonomy list table.