Alej 4 年之前
父節點
當前提交
0fa5b51dfd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      plugins/cia-post-types/includes/p2p-mappings.php

+ 1
- 1
plugins/cia-post-types/includes/p2p-mappings.php 查看文件

21
 
21
 
22
 function register_all_one_offs() {
22
 function register_all_one_offs() {
23
     register_connections_for('artist', ['artist']);
23
     register_connections_for('artist', ['artist']);
24
-    register_connections_for('short', ['technique']);
24
+    register_connections_for('short', ['technique', 'short']);
25
     register_connections_for('guide', ['episode']);
25
     register_connections_for('guide', ['episode']);
26
     register_connections_for('event', ['event']);
26
     register_connections_for('event', ['event']);
27
 }
27
 }

Loading…
取消
儲存