From 3048eb8bd393f1b909aee74098fa80e52c260f88 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 7 Jun 2017 23:10:15 +0000 Subject: [PATCH] Docs: Add missing closing quote for 'Restore' in `post_row_actions` and `page_row_actions` filters documentation. See #26397. git-svn-id: https://develop.svn.wordpress.org/trunk@40882 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-posts-list-table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/class-wp-posts-list-table.php b/src/wp-admin/includes/class-wp-posts-list-table.php index cfe9866161..65d9e64931 100644 --- a/src/wp-admin/includes/class-wp-posts-list-table.php +++ b/src/wp-admin/includes/class-wp-posts-list-table.php @@ -1316,7 +1316,7 @@ class WP_Posts_List_Table extends WP_List_Table { * @since 2.8.0 * * @param array $actions An array of row action links. Defaults are - * 'Edit', 'Quick Edit', 'Restore, 'Trash', + * 'Edit', 'Quick Edit', 'Restore', 'Trash', * 'Delete Permanently', 'Preview', and 'View'. * @param WP_Post $post The post object. */ @@ -1331,7 +1331,7 @@ class WP_Posts_List_Table extends WP_List_Table { * @since 2.8.0 * * @param array $actions An array of row action links. Defaults are - * 'Edit', 'Quick Edit', 'Restore, 'Trash', + * 'Edit', 'Quick Edit', 'Restore', 'Trash', * 'Delete Permanently', 'Preview', and 'View'. * @param WP_Post $post The post object. */