wordpress - What does the function _($string) do in PHP? -


मैंने यह कोड Wordpress 2.9.1 (/ wp-includes/compat.php) में देखा, मैं नहीं इसे समझें:

  यदि (! Function_exists ('_')) {function _ ($ string) {return $ string; }}  

ऐसा लगता है कि PHP वास्तव में एक फ़ंक्शन है _ ($ string) लेकिन मुझे उसके लिए प्रलेखन नहीं मिल सकता है।

यह

के लिए उपनाम है

Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -