Ticket #39488: 39488.patch
| File 39488.patch, 1.7 KB (added by , 10 years ago) |
|---|
-
wp-content/themes/twentyseventeen/front-page.php
35 35 * 36 36 * @since Twenty Seventeen 1.0 37 37 * 38 * @param $num_sections integer38 * @param int $num_sections <Give the integer value howmany setctions you have to add.> 39 39 */ 40 40 $num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 ); 41 41 global $twentyseventeencounter; -
wp-content/themes/twentyseventeen/inc/customizer.php
90 90 * 91 91 * @since Twenty Seventeen 1.0 92 92 * 93 * @param $num_sections integer93 * @param int $num_sections <Give the integer value howmany setctions you have to add.> 94 94 */ 95 95 $num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 ); 96 96 -
wp-content/themes/twentyseventeen/inc/template-functions.php
80 80 * 81 81 * @since Twenty Seventeen 1.0 82 82 * 83 * @param $num_sections integer83 * @param int $num_sections <Give the integer value howmany setctions you have to add.> 84 84 */ 85 85 $num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 ); 86 86
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)