Changeset 11819
- Timestamp:
- 05/05/2022 07:52:46 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/functions.php
r11708 r11819 79 79 */ 80 80 function content_width() { 81 $GLOBALS['content_width'] = apply_filters( 'wporg_photos_content_width', 640 );81 $GLOBALS['content_width'] = apply_filters( 'wporg_photos_content_width', 960 ); 82 82 } 83 83 add_action( 'after_setup_theme', __NAMESPACE__ . '\content_width', 0 );
Note: See TracChangeset
for help on using the changeset viewer.