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
3729c4dc
Commit
3729c4dc
authored
1 year ago
by
lechuck
Browse files
Options
Downloads
Patches
Plain Diff
Removed default theme patches
parent
8d5d6c2d
No related branches found
Branches containing commit
No related tags found
1 merge request
!290
Moving and fixind default theme
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
composer.patches.json
+0
-3
0 additions, 3 deletions
composer.patches.json
patches/themes/0062-Patch-theme-default.patch
+0
-25
0 additions, 25 deletions
patches/themes/0062-Patch-theme-default.patch
with
0 additions
and
28 deletions
composer.patches.json
+
0
−
3
View file @
3729c4dc
...
...
@@ -37,9 +37,6 @@
"wpackagist-theme/classic"
:
{
"Theme footer"
:
"patches/themes/0058-Patch-theme-classic.patch"
},
"wpackagist-theme/default"
:
{
"Theme footer"
:
"patches/themes/0062-Patch-theme-default.patch"
},
"wpackagist-theme/disconnected"
:
{
"Theme footer"
:
"patches/themes/0063-Patch-theme-disconnected.patch"
},
...
...
This diff is collapsed.
Click to expand it.
patches/themes/0062-Patch-theme-default.patch
deleted
100644 → 0
+
0
−
25
View file @
8d5d6c2d
From c845fd51194494e054ee181699edbc5bc4bec4af Mon Sep 17 00:00:00 2001
From: root <root@rivolta.investici.org>
Date: Tue, 7 Dec 2010 12:31:28 +0000
Subject: [PATCH 062/229] Patch theme default
---
wp-content/themes/default/footer.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wp-content/themes/default/footer.php b/wp-content/themes/default/footer.php
index edb10665..fe24dd89 100644
--- a/wp-content/themes/default/footer.php
+++ b/wp-content/themes/default/footer.php
@@ -10,7 +10,7 @@
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
<p>
<?php printf(__('%1$s is proudly powered by %2$s', 'kubrick'), get_bloginfo('name'),
- '<a href="http://wordpress.org/">WordPress</a>'); ?>
+ '<a href="http://autistici.org/">R*</a>'); ?>
<br /><?php printf(__('%1$s and %2$s.', 'kubrick'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'kubrick') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'kubrick') . '</a>'); ?>
<!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> -->
</p>
--
2.17.1
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