Procházet zdrojové kódy

:sparkles: relating events to events

tags/0.9.0
J před 4 roky
rodič
revize
1004faf2da
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      plugins/cia-post-types/includes/p2p-mappings.php

+ 1
- 0
plugins/cia-post-types/includes/p2p-mappings.php Zobrazit soubor

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']);
25
+    register_connections_for('event', ['event']);
25
 }
26
 }
26
 
27
 
27
 function all_connection_types() {
28
 function all_connection_types() {

Načítá se…
Zrušit
Uložit