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

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

PHP4 constructor.


Description

See also


Source

File: wp-includes/pomo/entry.php

	public function Translation_Entry( $args = array() ) {
		self::__construct( $args );
	}

Changelog

Changelog
Version Description
5.4.0 Introduced. Use __construct() instead.