Eddie Machado 12 лет назад
Родитель
Сommit
c9e7b577fe
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      functions.php

+ 2 - 0
functions.php

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