Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • noblogs/noblogs-composer
1 result
Show changes
Commits on Source (11)
......@@ -39,7 +39,7 @@
"wpackagist-plugin/more-privacy-options": "4.6",
"wpackagist-plugin/disable-emojis": "1.7.2",
"wpackagist-plugin/wp-super-cache": "1.7.4",
"wpackagist-plugin/wp-piwik": "1.0.24",
"wpackagist-plugin/wp-piwik": "1.0.25",
"wpackagist-plugin/wp-statusnet": "1.4.2",
"wpackagist-plugin/wp-syntax": "1.1",
"wpackagist-plugin/wpmu-custom-css": "^1.06",
......@@ -66,16 +66,16 @@
"wpackagist-theme/thematic": "1.0.4",
"wpackagist-theme/the-scenery": "0.93",
"wpackagist-theme/threattocreativity": "3.2",
"wpackagist-theme/twentyeleven": "3.7",
"wpackagist-theme/twentyfifteen": "2.9",
"wpackagist-theme/twentyfourteen": "3.1",
"wpackagist-theme/twentynineteen": "2.0",
"wpackagist-theme/twentyseventeen": "2.7",
"wpackagist-theme/twentysixteen": "2.4",
"wpackagist-theme/twentyten": "3.3",
"wpackagist-theme/twentythirteen": "3.3",
"wpackagist-theme/twentytwelve": "3.3",
"wpackagist-theme/twentytwenty": "1.7",
"wpackagist-theme/twentyeleven": "3.8",
"wpackagist-theme/twentyfifteen": "3.0",
"wpackagist-theme/twentyfourteen": "3.2",
"wpackagist-theme/twentynineteen": "2.1",
"wpackagist-theme/twentyseventeen": "2.8",
"wpackagist-theme/twentysixteen": "2.5",
"wpackagist-theme/twentyten": "3.4",
"wpackagist-theme/twentythirteen": "3.4",
"wpackagist-theme/twentytwelve": "3.4",
"wpackagist-theme/twentytwenty": "1.8",
"wpackagist-theme/wp-andreas01": "2.0",
"wpackagist-theme/zenlite": "4.10",
"npm-asset/scriptaculous-js": "1.9.0",
......@@ -88,7 +88,7 @@
"noblogs/themes-child": "0.1.1",
"wpackagist-plugin/autopost-to-mastodon": "3.6.1",
"wpackagist-plugin/bogo": "3.5.3",
"wpackagist-plugin/classic-editor": "1.6.1",
"wpackagist-plugin/classic-editor": "1.6.2",
"wpackagist-plugin/disable-comments": "1.11.0",
"wpackagist-plugin/dvk-social-sharing": "1.3.3",
"wpackagist-plugin/event-list": "0.8.6",
......
This diff is collapsed.
--- footer.php 2020-12-09 00:14:38.000000000 -0800
+++ footer.php.patched 2021-02-21 22:43:25.579771689 -0800
@@ -31,12 +31,7 @@
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
--- footer.php 2020-12-09 00:15:28.000000000 -0800
+++ footer.php.patched 2021-02-21 22:50:12.980335684 -0800
@@ -21,12 +21,7 @@
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" class="imprint">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" class="imprint">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
--- footer.php 2020-12-09 00:15:06.000000000 -0800
+++ footer.php 2021-02-21 19:32:36.466851086 -0800
@@ -18,12 +18,7 @@
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' );
- ?>
- </a>
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
......@@ -3,16 +3,16 @@ index 6447da0e..2097c9fd 100644
--- a/wp-content/themes/twentyfifteen/footer.php
+++ b/wp-content/themes/twentyfifteen/footer.php
@@ -27,12 +27,7 @@
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>" class="imprint">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
</footer><!-- .site-footer -->
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>" class="imprint">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
</footer><!-- .site-footer -->
......@@ -3,16 +3,16 @@ index d1016eb9..51bd4833 100644
--- a/wp-content/themes/twentyfourteen/footer.php
+++ b/wp-content/themes/twentyfourteen/footer.php
@@ -23,12 +23,7 @@
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>" class="imprint">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>" class="imprint">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
......@@ -3,16 +3,16 @@ index 4763e99a..3752b700 100644
--- a/wp-content/themes/twentyten/footer.php
+++ b/wp-content/themes/twentyten/footer.php
@@ -43,12 +43,7 @@
*/
do_action( 'twentyten_credits' );
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong>
</div><!-- #site-generator -->
</div><!-- #colophon -->
*/
do_action( 'twentyten_credits' );
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong>
</div><!-- #site-generator -->
</div><!-- #colophon -->
......@@ -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 -->