Translation_Entry::Translation_Entry

Advertisement

Deprecated Deprecated

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

Summery Summery

PHP4 constructor.

Syntax Syntax

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

Source Source

File: wp-includes/pomo/entry.php

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

Advertisement

Changelog Changelog

Changelog
Version Description
5.4.0 Introduced.

See also See also

Advertisement

Leave a Reply