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
e04f95e3
Commit
e04f95e3
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Remove 0223-twentyseventeen footer patch
The footer structure has changed.
parent
d1ab8d04
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
composer.patches.json
+1
-2
1 addition, 2 deletions
composer.patches.json
patches/themes/0223-twentyseventeen-footer.patch
+0
-23
0 additions, 23 deletions
patches/themes/0223-twentyseventeen-footer.patch
with
1 addition
and
25 deletions
composer.patches.json
+
1
−
2
View file @
e04f95e3
...
...
@@ -132,8 +132,7 @@
"Footer"
:
"patches/themes/0223-twentysixteen-footer.patch"
},
"wpackagist-theme/twentyseventeen"
:
{
"Remove Google Fonts API and resource hints"
:
"patches/themes/0187-twentyseventeen.patch"
,
"Footer"
:
"patches/themes/0223-twentyseventeen-footer.patch"
"Remove Google Fonts API and resource hints"
:
"patches/themes/0187-twentyseventeen.patch"
},
"wpackagist-theme/bliss"
:
{
"Remove Google Fonts API"
:
"patches/themes/0189-removed-googleapis-fonts-from-bliss-theme.patch"
,
...
...
This diff is collapsed.
Click to expand it.
patches/themes/0223-twentyseventeen-footer.patch
deleted
100644 → 0
+
0
−
23
View file @
d1ab8d04
diff --git a/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php b/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
index 9e5331b3..d2dcbf0f 100644
--- a/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
+++ b/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
@@ -9,7 +9,7 @@
*/
?>
-<div class="site-info">
+<div class="site-info">Proudly powered by
<?php
if ( function_exists( 'the_privacy_policy_link' ) ) {
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
@@ -18,7 +18,8 @@
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>" class="imprint">
<?php
/* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' );
+ printf( __( ' %s', 'twentyseventeen' ), 'WP' );
?>
</a>
+ <strong> and <a href="https://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
This diff is collapsed.
Click to expand it.
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