function phone_be_metadata in Phone 7
Same name and namespace in other branches
- 6 phone.be.inc \phone_be_metadata()
@file CCK Field for Belgian phone numbers.
File
- include/
phone.be.inc, line 8 - CCK Field for Belgian phone numbers.
Code
function phone_be_metadata() {
// These strings are translated using t() on output.
return array(
'error' => '"%value" is not a valid Belgian phone number<br>Belgian phone numbers should only ...',
);
}