コード例 #1
0
ファイル: masterpress.php プロジェクト: verbazend/AWFA
  public static function is_post_manage() {

    if (!self::$is_post_manage) {
      self::$is_post_manage = in_array(self::$script, array("edit"));
    }

    return self::$is_post_manage;
  }