浏览代码

Merge pull request #758 from KostasNi/content-width-patch

Change $content_width to the correct maximum width
Eddie Machado 10 年之前
父节点
当前提交
60af692a71
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -67,7 +67,7 @@ add_action( 'after_setup_theme', 'bones_ahoy' );
 /************* OEMBED SIZE OPTIONS *************/
 
 if ( ! isset( $content_width ) ) {
-	$content_width = 640;
+	$content_width = 680;
 }
 
 /************* THUMBNAIL SIZE OPTIONS *************/