Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noblogs-composer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noblogs
noblogs-composer
Commits
68facb4b
Commit
68facb4b
authored
2 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Fix a CR/LF issue with the patch
parent
de5f5ea6
No related branches found
Branches containing commit
No related tags found
1 merge request
!96
Update dependency wpackagist-theme/twentysixteen to v2.6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/themes/0223-twentysixteen-footer.patch
+20
-20
20 additions, 20 deletions
patches/themes/0223-twentysixteen-footer.patch
with
20 additions
and
20 deletions
patches/themes/0223-twentysixteen-footer.patch
+
20
−
20
View file @
68facb4b
...
...
@@ -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 -->
This diff is collapsed.
Click to expand it.
ale
@ale
mentioned in commit
ce88f96e
·
2 years ago
mentioned in commit
ce88f96e
mentioned in commit ce88f96ecce2444b4f6b5923186846efdb67794f
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment