Changeset 3687 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 01/09/2011 07:21:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r3682 r3687 27 27 * @since 1.2 28 28 */ 29 30 /** 31 * Set the content width based on the theme's design and stylesheet. 32 * 33 * Used to set the width of images and content. Should be equal to the width the theme 34 * is designed for, generally via the style.css stylesheet. 35 */ 36 if ( ! isset( $content_width ) ) 37 $content_width = 591; 29 38 30 39 if ( !function_exists( 'bp_dtheme_setup' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.