_( $string )


Description


Source

File: wp-includes/compat.php

	function _( $string ) {
		return $string;
	}