2.24.2012

wordpress title属性削除

プラグイン
Remove Title Attributes

修正
http://netbizknowhow.seesaa.net/article/219044628.html


preg_replace('` title="(.+)"`',
部分を下記へ

preg_replace('/ title=[\"\'](.+?)[\"\']/u',

(情報元)
  http://blog.we-boxes.com/wordpress/remove-title-attributes-the-category-bug-fix/