diff --git a/tpl/content-single.php b/tpl/content-single.php
index 5407c9c..3bf8a92 100644
--- a/tpl/content-single.php
+++ b/tpl/content-single.php
@@ -26,8 +26,6 @@
'after' => '',
) );
?>
-
「樱花庄的白猫」原创文章:《》,转载请保留出处!
- Q.E.D.
Comments
diff --git a/tpl/content-thumb.php b/tpl/content-thumb.php
index 8cfdad9..c6a209f 100644
--- a/tpl/content-thumb.php
+++ b/tpl/content-thumb.php
@@ -15,7 +15,6 @@ $class = ($i%2 == 0) ? 'post-list-thumb-left' : ''; // 如果为偶数
if(has_post_thumbnail()){
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large');
$post_img = $large_image_url[0];
- //$post_img = str_replace("//cdn.2heng.xin","//2heng.xin",$post_img); //强制使用又拍云
}else{
$post_img = get_bloginfo('template_url') . '/images/temp.png';
}