Fixes exporter issue due to private field on date metadata type.
This commit is contained in:
parent
47fb760bdf
commit
b1c44d4373
|
@ -12,7 +12,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
|
||||||
class Date extends Metadata_Type {
|
class Date extends Metadata_Type {
|
||||||
|
|
||||||
private $format;
|
private $format;
|
||||||
private $output_date_format;
|
public $output_date_format;
|
||||||
|
|
||||||
function __construct() {
|
function __construct() {
|
||||||
// call metadatum type constructor
|
// call metadatum type constructor
|
||||||
|
|
Loading…
Reference in New Issue