Ticket #17795: 17795.diff

File 17795.diff, 913 bytes (added by Caspie, 2 years ago)

quick fix

Line 
1Index: wp-content/themes/twentyten/footer.php
2===================================================================
3--- wp-content/themes/twentyten/footer.php      (revision 18306)
4+++ wp-content/themes/twentyten/footer.php      (working copy)
5@@ -30,7 +30,7 @@
6 
7                        <div id="site-generator">
8                                <?php do_action( 'twentyten_credits' ); ?>
9-                               <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
10+                               <a href="<?php echo esc_url( 'http://wordpress.org/' ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
11                        </div><!-- #site-generator -->
12 
13                </div><!-- #colophon -->