mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Renaming shape file and class
--HG-- branch : dev rename : src/Orchard.Web/Modules/Orchard.Comments/Extensions/HtmlHelperExtensions.cs => src/Orchard.Web/Modules/Orchard.Comments/Shapes.cs
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<Compile Include="Drivers\CommentsContainerPartDriver.cs" />
|
||||
<Compile Include="Drivers\CommentSettingsPartDriver.cs" />
|
||||
<Compile Include="Drivers\CommentsPartDriver.cs" />
|
||||
<Compile Include="Extensions\HtmlHelperExtensions.cs" />
|
||||
<Compile Include="Shapes.cs" />
|
||||
<Compile Include="Models\ClosedCommentsRecord.cs" />
|
||||
<Compile Include="Models\CommentPart.cs" />
|
||||
<Compile Include="Handlers\CommentPartHandler.cs" />
|
||||
|
@@ -7,9 +7,9 @@ using Orchard.Localization;
|
||||
using Orchard.Mvc.Html;
|
||||
using Orchard.Utility.Extensions;
|
||||
|
||||
namespace Orchard.Comments.Extensions {
|
||||
public class CommentsSummary : IDependency {
|
||||
public CommentsSummary() {
|
||||
namespace Orchard.Comments {
|
||||
public class Shapes : IDependency {
|
||||
public Shapes() {
|
||||
T = NullLocalizer.Instance;
|
||||
}
|
||||
|
Reference in New Issue
Block a user