Skip to content
Snippets Groups Projects
Commit d886d8c2 authored by lucha's avatar lucha
Browse files

removed patches which apply to child themes

child themes are not in this repo anymore, they should all go into
noblogs/themes-child
parent ae3f61b7
Branches
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
From 5fcc94e58366fc3ea85b2ae3b00a5c9e48a83cc7 Mon Sep 17 00:00:00 2001
From: agata <automa@insicuri.net>
Date: Fri, 20 Dec 2019 21:13:45 +0100
Subject: [PATCH 225/229] fix typo twentynineteen-child
---
wp-content/themes/twentynineteen-child/functions.php | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/wp-content/themes/twentynineteen-child/functions.php b/wp-content/themes/twentynineteen-child/functions.php
index 77323147..1d013a65 100644
--- a/wp-content/themes/twentynineteen-child/functions.php
+++ b/wp-content/themes/twentynineteen-child/functions.php
@@ -4,9 +4,9 @@
*/
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
function my_theme_enqueue_styles() {
-
- $parent_style = 'parent-style'; // This is 'twentyfifteen-style' for the Twenty Fifteen theme.
-
+
+ $parent_style = 'parent-style'; // This is 'twentynineteen-style' for the Twenty Nineteen theme.
+
wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style',
get_stylesheet_directory_uri() . '/style.css',
@@ -14,5 +14,3 @@ function my_theme_enqueue_styles() {
wp_get_theme()->get('Version')
);
}
-
-
--
2.17.1
This diff is collapsed.
From f310ee03124d011cff396c1138e081e83b25c54b Mon Sep 17 00:00:00 2001
From: agata <automa@insicuri.net>
Date: Wed, 22 Jan 2020 18:12:41 +0100
Subject: [PATCH 228/229] fix template theme-child 2020
---
.../themes/twentytwenty-child/style.css | 20 +++++++------------
1 file changed, 7 insertions(+), 13 deletions(-)
diff --git a/wp-content/themes/twentytwenty-child/style.css b/wp-content/themes/twentytwenty-child/style.css
index 4067e6ce..9f2ddf75 100644
--- a/wp-content/themes/twentytwenty-child/style.css
+++ b/wp-content/themes/twentytwenty-child/style.css
@@ -1,18 +1,12 @@
@charset "UTF-8";
/*
Theme Name: Twenty Twenty - noblogs patches
-Text Domain: twentytwentychild
-Description: Twenty Twenty Child Theme - Urchin revision
-Requires PHP: 5.2.4
+ Template: twentytwenty
+ Description: Twenty Twenty Child Theme - Urchin revision
+ Requires PHP: 5.2.4
Author: Autistici Inventati
- Author URI: http://noblogs.org
-License: GNU General Public License v2 or later
-License URI: http://www.gnu.org/licenses/gpl-2.0.html
-
-All files, unless otherwise stated, are released under the GNU General Public
-License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
-
-This theme, like WordPress, is licensed under the GPL.
-Use it to make something cool, have fun, and share what you've learned
-with others.
+ Author URI: https://noblogs.org
+ License: GNU General Public License v3 or later
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
+ Text Domain: twentytwentychild
*/
--
2.17.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment