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

    if (!self::$is_post_edit) {
      self::$is_post_edit = self::$script == "post";
    }

    return self::$is_post_edit;
  }