mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-03 09:41:19 +03:00
Fix content width
This commit is contained in:
parent
b5a7ecca79
commit
24ff4335c0
|
@ -115,7 +115,7 @@ add_action( 'after_setup_theme', __NAMESPACE__ . '\setup' );
|
||||||
* @global int $content_width
|
* @global int $content_width
|
||||||
*/
|
*/
|
||||||
function content_width() {
|
function content_width() {
|
||||||
$GLOBALS['content_width'] = 960;
|
$GLOBALS['content_width'] = 640;
|
||||||
}
|
}
|
||||||
add_action( 'after_setup_theme', __NAMESPACE__ . '\content_width', 0 );
|
add_action( 'after_setup_theme', __NAMESPACE__ . '\content_width', 0 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue