Ignore:
Timestamp:
Jul 7, 2011, 1:27:50 PM (13 years ago)
Author:
J.Commelin
Message:

Refactored code and added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/main.inc.php

    r11638 r11656  
    4646 * +-----------------------------------------------------------------------+ */
    4747
    48 
    49  // Add to the menu, dont do anything right now
     48// Add an entry to the plugins menu
    5049add_event_handler('get_admin_plugin_menu_links', 'copyrights_admin_menu');
    5150function copyrights_admin_menu($menu) {
     
    8887 * +-----------------------------------------------------------------------+ */
    8988
    90 // Add Copyrights dropdown menu to picture_modify
     89// Add the Copyrights dropdown menu to picture_modify
    9190include_once(dirname(__FILE__).'/modify.php');
    9291
Note: See TracChangeset for help on using the changeset viewer.