- Timestamp:
- 09/20/2017 10:23:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r5892 r5945 65 65 */ 66 66 function content_width() { 67 $GLOBALS['content_width'] = apply_filters( 'wporg_content_width', 6 40);67 $GLOBALS['content_width'] = apply_filters( 'wporg_content_width', 612 ); 68 68 } 69 69 add_action( 'after_setup_theme', __NAMESPACE__ . '\content_width', 0 );
Note: See TracChangeset
for help on using the changeset viewer.