Skip to content

Commit 9d6e807

Browse files
Consider functions as new and not renamed
Co-authored-by: felixarntz <[email protected]>
1 parent 7b29751 commit 9d6e807

File tree

1 file changed

+2
-4
lines changed
  • plugins/optimization-detective/storage

1 file changed

+2
-4
lines changed

plugins/optimization-detective/storage/data.php

+2-4
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ function od_get_url_metrics_slug( array $query_vars ): string {
145145
*
146146
* This is used in the REST API to authenticate the storage of new URL Metrics from a given URL.
147147
*
148-
* @since 0.1.0
149-
* @since n.e.x.t Renamed from od_get_url_metrics_storage_nonce().
148+
* @since n.e.x.t
150149
* @access private
151150
*
152151
* @see od_verify_url_metrics_storage_hmac()
@@ -165,8 +164,7 @@ function od_get_url_metrics_storage_hmac( string $slug, string $url ): string {
165164
/**
166165
* Verifies HMAC for storing URL Metrics for a specific slug.
167166
*
168-
* @since 0.1.0
169-
* @since n.e.x.t Renamed from od_verify_url_metrics_storage_nonce().
167+
* @since n.e.x.t
170168
* @access private
171169
*
172170
* @see od_get_url_metrics_storage_hmac()

0 commit comments

Comments
 (0)