_( $string )


Source

File: wp-includes/compat.php

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