From c6da294f32a33136c4ceb80c59d72b85449fbbd9 Mon Sep 17 00:00:00 2001 From: Konstantin Kovshenin Date: Sun, 6 Dec 2015 21:53:57 +0000 Subject: [PATCH] Docs: Make "list table table tag" a bit more readable. See: #34885, r35796. git-svn-id: https://develop.svn.wordpress.org/trunk@35797 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-list-table.php b/src/wp-admin/includes/class-wp-list-table.php index 753386b68c..e98d4b6344 100644 --- a/src/wp-admin/includes/class-wp-list-table.php +++ b/src/wp-admin/includes/class-wp-list-table.php @@ -1176,7 +1176,7 @@ class WP_List_Table { } /** - * Get a list of CSS classes for the list table tag. + * Get a list of CSS classes for the WP_List_Table table tag. * * @since 3.1.0 * @access protected