Skip to content

Commit

Permalink
Consider functions as new and not renamed
Browse files Browse the repository at this point in the history
Co-authored-by: felixarntz <flixos90@git.wordpress.org>
  • Loading branch information
westonruter and felixarntz committed Nov 13, 2024
1 parent 7b29751 commit 9d6e807
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins/optimization-detective/storage/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ function od_get_url_metrics_slug( array $query_vars ): string {
*
* This is used in the REST API to authenticate the storage of new URL Metrics from a given URL.
*
* @since 0.1.0
* @since n.e.x.t Renamed from od_get_url_metrics_storage_nonce().
* @since n.e.x.t
* @access private
*
* @see od_verify_url_metrics_storage_hmac()
Expand All @@ -165,8 +164,7 @@ function od_get_url_metrics_storage_hmac( string $slug, string $url ): string {
/**
* Verifies HMAC for storing URL Metrics for a specific slug.
*
* @since 0.1.0
* @since n.e.x.t Renamed from od_verify_url_metrics_storage_nonce().
* @since n.e.x.t
* @access private
*
* @see od_get_url_metrics_storage_hmac()
Expand Down

0 comments on commit 9d6e807

Please sign in to comment.