Changeset 180544
- Timestamp:
- 12/07/2009 04:00:33 PM (16 years ago)
- Location:
- social-bookmarking-jp/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
social-bookmarking-jp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-bookmarking-jp/trunk/readme.txt
r178362 r180544 27 27 == Changelog == 28 28 29 = 0.9.1.1 = 30 31 * It disable bookmark links when ktai_style plugin is used to handle 32 a cellular phone request. 33 29 34 = 0.9.1 = 30 35 -
social-bookmarking-jp/trunk/social-bookmarking-jp.php
r178362 r180544 6 6 Author: sakuratan 7 7 Author URI: http://sakuratan.biz/ 8 Version: 0.9.1 8 Version: 0.9.1.1 9 9 */ 10 10 … … 312 312 313 313 function social_bookmarking_jp_the_content_filter( $content ) { 314 if ( is_feed() || is_404() || is_robots() || is_comments_popup() ) { 314 if ( is_feed() || is_404() || is_robots() || is_comments_popup() || 315 ( function_exists( 'is_ktai' ) && is_ktai() ) ) { 315 316 return $content; 316 317 }
Note: See TracChangeset
for help on using the changeset viewer.