]> git.za3k.com Git - za3k_blog.git/commitdiff
Got permission to modify theme
authorZachary Vance <vanceza@gmail.com>
Sun, 11 Oct 2015 18:40:54 +0000 (11:40 -0700)
committerZachary Vance <vanceza@gmail.com>
Sun, 11 Oct 2015 18:40:54 +0000 (11:40 -0700)
wp-content/themes/za3k/footer.php

index cd15462fbcc1a768324267e0053b6137a3c9336c..45ca22817bac0387d5f9e418c21b58ba0b6f9e7f 100644 (file)
@@ -15,7 +15,7 @@
                <div class="site-info">
                        <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'sosimple' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'sosimple' ), 'WordPress' ); ?></a>
                        <span class="sep"> | </span>
-                       <?php printf( esc_html__( 'Theme: %1$s by %2$s, modified by %3$s. If it looks bad, blame %3$s.', 'sosimple' ), 'sosimple', '<a href="http://fernandovillamorjr.com" rel="designer">Fernando Villamor Jr.</a>', '<a href="https://za3k.com" rel="designer">Zachary Vance</a>' ); ?>
+                       <?php printf( esc_html__( 'Theme: %1$s by %2$s, modified by %3$s with permission.' ), 'sosimple', '<a href="http://fernandovillamorjr.com" rel="designer">Fernando Villamor Jr.</a>', '<a href="https://za3k.com" rel="designer">Zachary Vance</a>' ); ?>
                </div><!-- .site-info -->
        </footer><!-- #colophon -->
 </div><!-- #page -->