Making WordPress.org


Ignore:
Timestamp:
12/14/2016 04:36:42 AM (10 years ago)
Author:
dd32
Message:

Theme Directory: Bundle a copy of the Trac class with the plugin for Trac access.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php

    r4529 r4530  
    626626                                require_once ABSPATH . WPINC . '/class-IXR.php';
    627627                                require_once ABSPATH . WPINC . '/class-wp-http-ixr-client.php';
    628                                 require_once WPORGPATH . 'bb-theme/themes/lib/class-trac.php';
     628                                require_once __DIR__ . '/lib/class-trac.php';
    629629                        }
    630630
Note: See TracChangeset for help on using the changeset viewer.