diff --git a/composer.json b/composer.json index ac16955afbf3081df5a0a187788b4a07646b757e..0fe844a92d0781fed7ac647372f141a391f5e111 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "wpackagist-theme/twentyfourteen": "3.3", "wpackagist-theme/twentynineteen": "2.2", "wpackagist-theme/twentyseventeen": "2.9", - "wpackagist-theme/twentysixteen": "2.5", + "wpackagist-theme/twentysixteen": "2.6", "wpackagist-theme/twentyten": "3.6", "wpackagist-theme/twentythirteen": "3.5", "wpackagist-theme/twentytwelve": "3.6", diff --git a/composer.lock b/composer.lock index 53d7da0693c2edf42618cc05b061344a7e7d69c4..9a23109a0e507fd219d52712c9101deb62a441d3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d7fbdda1ee8bbabd52c837481cd000bc", + "content-hash": "13473019eabb4d98ba2c886ec35e0cf6", "packages": [ { "name": "bjornjohansen/wplang", @@ -2033,15 +2033,15 @@ }, { "name": "wpackagist-theme/twentysixteen", - "version": "2.5", + "version": "2.6", "source": { "type": "svn", "url": "https://themes.svn.wordpress.org/twentysixteen/", - "reference": "2.5" + "reference": "2.6" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/theme/twentysixteen.2.5.zip" + "url": "https://downloads.wordpress.org/theme/twentysixteen.2.6.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" diff --git a/patches/themes/0223-twentysixteen-footer.patch b/patches/themes/0223-twentysixteen-footer.patch index af4214bbead9a80ce126599b3a25ab2d13bc9aec..0977aa962ee6ddf85e4f822e7bd96982e186f016 100644 --- a/patches/themes/0223-twentysixteen-footer.patch +++ b/patches/themes/0223-twentysixteen-footer.patch @@ -3,23 +3,23 @@ index 9f1621ff..9e23aed7 100644 --- a/wp-content/themes/twentysixteen/footer.php +++ b/wp-content/themes/twentysixteen/footer.php @@ -51,18 +51,13 @@ - */ - do_action( 'twentysixteen_credits' ); - ?> -- <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> -+ <span class="site-title">Proudly powered by <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> - <?php - if ( function_exists( 'the_privacy_policy_link' ) ) { - the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); - } - ?> -- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint"> -- <?php -- /* translators: %s: WordPress */ -- printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); -- ?> -- </a> -+ and <strong><a href="https://www.autistici.org">R*</a></strong> - </div><!-- .site-info --> - </footer><!-- .site-footer --> - </div><!-- .site-inner --> + */ + do_action( 'twentysixteen_credits' ); + ?> +- <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> ++ <span class="site-title">Proudly powered by <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> + <?php + if ( function_exists( 'the_privacy_policy_link' ) ) { + the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); + } + ?> +- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint"> +- <?php +- /* translators: %s: WordPress */ +- printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); +- ?> +- </a> ++ and <strong><a href="https://www.autistici.org">R*</a></strong> + </div><!-- .site-info --> + </footer><!-- .site-footer --> + </div><!-- .site-inner -->