|
|
@@ -29,6 +29,8 @@ function bones_ahoy() {
|
|
|
|
|
|
// launching operation cleanup
|
|
|
add_action( 'init', 'bones_head_cleanup' );
|
|
|
+ // A better title
|
|
|
+ add_filter( 'wp_title', 'rw_title', 10, 3 );
|
|
|
// remove WP version from RSS
|
|
|
add_filter( 'the_generator', 'bones_rss_version' );
|
|
|
// remove pesky injected css for recent comments widget
|