plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -538,7 +538,7 @@ class Notes extends \WC_REST_CRUD_Controller {
*
* @param string $url The URL needing a nonce.
* @param string $action The nonce action.
* @param string $name The nonce anme.
* @param string $name The nonce name.
* @return string A fully formed URL.
*/
private function maybe_add_nonce_to_url( string $url, string $action = '', string $name = '' ) : string {
@@ -547,7 +547,7 @@ class Notes extends \WC_REST_CRUD_Controller {
}
if ( empty( $name ) ) {
// Default paramater name.
// Default parameter name.
$name = '_wpnonce';
}