File tree Expand file tree Collapse file tree
BlogEngine/BlogEngine.NET Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,24 +242,21 @@ public static bool ShowBlogengineComments
242242 {
243243 get
244244 {
245- return BlogSettings . Instance . IsCommentsEnabled &&
246- BlogSettings . Instance . CommentProvider == BlogSettings . CommentsBy . BlogEngine ;
245+ return BlogSettings . Instance . CommentProvider == BlogSettings . CommentsBy . BlogEngine ;
247246 }
248247 }
249248 public static bool ShowDisqusComments
250249 {
251250 get
252251 {
253- return BlogSettings . Instance . IsCommentsEnabled &&
254- BlogSettings . Instance . CommentProvider == BlogSettings . CommentsBy . Disqus ;
252+ return BlogSettings . Instance . CommentProvider == BlogSettings . CommentsBy . Disqus ;
255253 }
256254 }
257255 public static bool ShowFacebookComments
258256 {
259257 get
260258 {
261- return BlogSettings . Instance . IsCommentsEnabled &&
262- BlogSettings . Instance . CommentProvider == BlogSettings . CommentsBy . Facebook ;
259+ return BlogSettings . Instance . CommentProvider == BlogSettings . CommentsBy . Facebook ;
263260 }
264261 }
265262
You can’t perform that action at this time.
0 commit comments