浏览代码

Editor column width to 900.

Jeffrey Pearce 6 年之前
父节点
当前提交
f686bdf022
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stratford/functions.php

+ 1 - 1
stratford/functions.php

@@ -107,7 +107,7 @@ add_action( 'after_setup_theme', 'stratford_setup', 12 );
  * Filter the content_width in pixels, based on the child-theme's design and stylesheet.
  */
 function stratford_content_width() {
-	return 750;
+	return 900;
 }
 add_filter( 'varia_content_width', 'stratford_content_width' );