何回やってもmixiには反映されないんだよな。。。

  wp-mixipublisher.phpのWpMixiPublisherController(47行目~)を以下のように修正したのに。。。

/**

  ??* WpMixiPublisherController のコンストラクタ。

  ??*/?

function WpMixiPublisherController() {

  ?? $plugin_name = ‘wp-mixipublisher’;

  ?? $plugin_panel_name = ‘Wp-MixiPublisher’;

  ?? $access_level = 8;

/* $this->initialize(

  ?? $plugin_name,

  ?? $plugin_panel_name,

  ?? $access_level);

  ?? 初期化部分を最後の方に移動する。*/

$commonVO = new WPBabelSettingVO_01a_wpmp();

  ?? $commonVO->setParam(’name’, $plugin_name);

  ?? $commonVO->setParam(’version’, get_bloginfo(’version’));

$this->wpbview = & new WpMixiPublisherView($commonVO);

  ?? $this->wpbmodel = & new WpMixiPublisherModelFacard();

$this->initialize(

  ?? $plugin_name,

  ?? $plugin_panel_name,

  ?? $access_level);

}

ちゃんと設定してるんだけどなぁ?

  (。・з・)むぅぅ

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

This site uses Akismet to reduce spam. Learn how your comment data is processed.