﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
22292	Twenty Twelve: class needed for WordPress credits link	bigrob8181		"In #22095, r22207, r22214:
Removing rel=generator removed the ability to easily hide the ""Powered by"" link. Before, you could just use css to hide it and now, you would have to add the footer.php to the child theme or edit the parent theme.

It would be awesome if a class could be added to the link to make this easy.

{{{
#!css
.site-info a.wordpress_footer_link {
    display:none;
}
}}}

{{{
#!php
<footer id=""colophon"" role=""contentinfo"">
	<div class=""site-info"">
		<?php do_action( 'twentytwelve_credits' ); ?>
			<a href=""<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>"" title=""<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"" class=""wordpress_footer_link""><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
	</div><!-- .site-info -->
</footer><!-- #colophon -->
}}}"	enhancement	closed	normal		Bundled Theme		normal	wontfix		bigrob8181
