Alej 4 anos atrás
pai
commit
0fa5b51dfd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      plugins/cia-post-types/includes/p2p-mappings.php

+ 1
- 1
plugins/cia-post-types/includes/p2p-mappings.php Ver arquivo

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

Carregando…
Cancelar
Salvar