_( $string )


Description Description


Source Source

File: wp-includes/compat.php

11
12
13
function _( $string ) {
    return $string;
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.