Merge branch '7.1.5' of https://github.com/henrikrossen/Umbraco-CMS into henrikrossen-7.1.5

This commit is contained in:
Shannon
2014-10-03 12:51:27 +10:00
parent 1d42a9225f
commit 2b2891b6f4
4 changed files with 86 additions and 31 deletions

View File

@@ -1125,7 +1125,7 @@ namespace Umbraco.Core
/// <para>This is the legacy method, so we can't really change it, although it has issues (see unit tests).</para>
/// <para>It does more than "converting the case", and also remove spaces, etc.</para>
/// </remarks>
[Obsolete("This method should be removed. Use CleanString instead.")]
[Obsolete("This method should be removed. Use ToCleanString instead.")]
public static string ConvertCase(this string phrase, StringAliasCaseType cases)
{
var helper = ShortStringHelper;