ソースを参照

Update bones.php

index_rel_link has been depreciated since v 3.3.0 http://codex.wordpress.org/Function_Reference/index_rel_link removed it
Patrick Whitty-Clarke 11 年 前
コミット
23dbd0c8ad
1 ファイル変更0 行追加2 行削除
  1. 0 2
      library/bones.php

+ 0 - 2
library/bones.php

@@ -38,8 +38,6 @@ function bones_head_cleanup() {
 	remove_action( 'wp_head', 'rsd_link' );
 	// windows live writer
 	remove_action( 'wp_head', 'wlwmanifest_link' );
-	// index link
-	remove_action( 'wp_head', 'index_rel_link' );
 	// previous link
 	remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 );
 	// start link