Warning: This method has been deprecated. Use Translation_Entry::__construct() instead.

Translation_Entry::Translation_Entry( $args = array() )

PHP4 constructor.


Description

Top ↑

See also


Top ↑

Source

File: wp-includes/pomo/entry.php. View all references

public function Translation_Entry( $args = array() ) {
	_deprecated_constructor( self::class, '5.4.0', static::class );
	self::__construct( $args );
}


Top ↑

Changelog

Changelog
Version Description
5.4.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.