Plugin Directory

Changeset 180544


Ignore:
Timestamp:
12/07/2009 04:00:33 PM (16 years ago)
Author:
sakuratan
Message:

It disable bookmark links when ktai_style plugin is used to handle
a cellular phone request.

Location:
social-bookmarking-jp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • social-bookmarking-jp/trunk/readme.txt

    r178362 r180544  
    2727== Changelog ==
    2828
     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
    2934= 0.9.1 =
    3035
  • social-bookmarking-jp/trunk/social-bookmarking-jp.php

    r178362 r180544  
    66Author: sakuratan
    77Author URI: http://sakuratan.biz/
    8 Version: 0.9.1
     8Version: 0.9.1.1
    99*/
    1010
     
    312312
    313313function 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() ) ) {
    315316    return $content;
    316317    }
Note: See TracChangeset for help on using the changeset viewer.