From 04c688ad52922e6ca4226b74785fc7158398bdba Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 7 Jun 2017 23:11:43 +0000 Subject: [PATCH] Docs: Add missing closing quote for 'Restore' in `post_row_actions` and `page_row_actions` filters documentation. See #26397. Built from https://develop.svn.wordpress.org/trunk@40882 git-svn-id: http://core.svn.wordpress.org/trunk@40732 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-posts-list-table.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php index cfe9866161..65d9e64931 100644 --- a/wp-admin/includes/class-wp-posts-list-table.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index bbd4a8ca7c..35d5a43d20 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40881'; +$wp_version = '4.9-alpha-40882'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.