Changeset 61055
- Timestamp:
- 10/23/2025 11:53:50 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r60965 r61055 247 247 */ 248 248 function twentysixteen_content_width() { 249 /** 250 * Filters Twenty Sixteen content width of the theme. 251 * 252 * @since Twenty Sixteen 1.0 253 * 254 * @param int $content_width Content width in pixels. 255 */ 249 256 $GLOBALS['content_width'] = apply_filters( 'twentysixteen_content_width', 840 ); 250 257 }
Note: See TracChangeset
for help on using the changeset viewer.