Explorar o código

Editor column width to 900.

Jeffrey Pearce %!s(int64=6) %!d(string=hai) anos
pai
achega
f686bdf022
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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' );