소스 검색

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.
  * Filter the content_width in pixels, based on the child-theme's design and stylesheet.
  */
  */
 function stratford_content_width() {
 function stratford_content_width() {
-	return 750;
+	return 900;
 }
 }
 add_filter( 'varia_content_width', 'stratford_content_width' );
 add_filter( 'varia_content_width', 'stratford_content_width' );