Fixes #10956 - GetLocalCropUrl Obsolete message is misleading

This commit is contained in:
Sebastiaan Janssen
2021-08-30 17:18:42 +00:00
committed by GitHub
parent a2b9146abf
commit e62dd04295

View File

@@ -215,7 +215,7 @@ namespace Umbraco.Extensions
);
[Obsolete("Use GetCrop to merge local and media crops, get automatic cache buster value and have more parameters.")]
[Obsolete("Use GetCropUrl to merge local and media crops, get automatic cache buster value and have more parameters.")]
public static string GetLocalCropUrl(
this MediaWithCrops mediaWithCrops,
string alias,