Dotclear


Ignore:
Timestamp:
12/11/13 11:35:57 (12 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Move legacy editor to a plugin. First step for alternate editors.
Addresses #1896

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/media.php

    r2582 r2614  
    7575 
    7676$page_url = 'media.php?popup='.$popup.'&post_id='.$post_id; 
     77$page_url = $core->callBehavior('adminMediaURL',$page_url); 
    7778 
    7879if ($popup) { 
     
    575576          } 
    576577     } else { 
    577           $link = 
    578           'media_item.php?id='.$f->media_id.'&amp;popup='.$popup.'&amp;post_id='.$post_id; 
     578          $link = 'media_item.php?id='.$f->media_id.'&amp;popup='.$popup.'&amp;post_id='.$post_id; 
     579          $link = $core->callBehavior('adminMediaURL',$link); 
    579580     } 
    580581 
Note: See TracChangeset for help on using the changeset viewer.

Sites map