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:
parent
5bf914bb96
commit
3048eb8bd3
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue