- Timestamp:
- 10/20/2016 08:33:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r38833 r38846 118 118 } 119 119 120 /** 121 * Filter Twenty Seventeen content width of the theme. 122 * 123 * @since Twenty Seventeen 1.0 124 * 125 * @param $content_width integer 126 */ 120 127 $GLOBALS['content_width'] = apply_filters( 'twentyseventeen_content_width', $content_width ); 121 128 }
Note: See TracChangeset
for help on using the changeset viewer.