mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Fix typos in the function summaries for wp_ajax_press_this_save_post() and wp_ajax_press_this_add_category().
See [31534]. See #31888. git-svn-id: https://develop.svn.wordpress.org/trunk@32007 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2949,7 +2949,7 @@ function wp_ajax_update_plugin() {
|
||||
}
|
||||
|
||||
/**
|
||||
* AJAX handler for saving a post from Ptrss This.
|
||||
* AJAX handler for saving a post from Press This.
|
||||
*
|
||||
* @since 4.2.0
|
||||
*/
|
||||
@@ -2962,7 +2962,7 @@ function wp_ajax_press_this_save_post() {
|
||||
}
|
||||
|
||||
/**
|
||||
* AJAX handler for creating new category from Ptrss This.
|
||||
* AJAX handler for creating new category from Press This.
|
||||
*
|
||||
* @since 4.2.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user