Plugin Directory

Changeset 1512669


Ignore:
Timestamp:
10/11/2016 11:34:36 AM (9 years ago)
Author:
bseddon
Message:

Added the meta-box for the EDD download post type

Location:
vat-moss/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vat-moss/trunk/includes/admin/new-submission.php

    r1511006 r1512669  
    3030function new_submission($from_year = null, $from_month = null, $to_year = null, $to_month = null, $submission_id = 0, $read_only = false)
    3131{
    32     $locale = localeconv();
    33 
    3432    if ( ! current_user_can( 'edit_submissions' ) )
    3533    {
     
    5553        global $selected;
    5654
     55        $locale = localeconv();
     56
    5757        $title = $submission_id
    5858            ? ($read_only
  • vat-moss/trunk/vat-moss.php

    r1511006 r1512669  
    527527        require_once VAT_MOSS_INCLUDES_DIR . 'vatidvalidator.php';
    528528        require_once(VAT_MOSS_INCLUDES_DIR . 'class-html-elements.php');
     529        // TODO: Currently the value set by this meta box is not used and it should be.
     530        require_once(VAT_MOSS_INCLUDES_DIR . 'meta-box.php');
    529531
    530532        $this->settings = new MOSS_WP_Settings;
Note: See TracChangeset for help on using the changeset viewer.