XPressME Integration Kit

Trac


Ignore:
Timestamp:
Oct 15, 2009, 5:22:17 PM (15 years ago)
Author:
toemon
Message:

WPMUで各ブログに切り替えた時、メニューリンク(新規投稿、Wordpress管理、編集など)がマスターブログのリンクになってしまうバグ修正 Fixes #223
trunk側のcustom_functions.phpは r400 でコミットしてしまいました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php

    r374 r401  
    585585         
    586586        if (xpress_is_wp_version('>=','2.1')){ 
    587                 $output = '<a href="'. get_xpress_url() . '/wp-admin/post-new.php' . '">' . $link_title . '</a>'; 
    588         } else { 
    589                 $output = '<a href="'. get_xpress_url() . '/wp-admin/post.php' . '">' . $link_title . '</a>'; 
     587                $output = '<a href="'. get_bloginfo('url') . '/wp-admin/post-new.php' . '">' . $link_title . '</a>'; 
     588        } else { 
     589                $output = '<a href="'. get_bloginfo('url') . '/wp-admin/post.php' . '">' . $link_title . '</a>'; 
    590590        }        
    591591        if ($echo) 
Note: See TracChangeset for help on using the changeset viewer.