mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user