message_na

Versions
4.6 – 4.7
message_na()

Return a string with a "not applicable" message.

▾ 4 functions call message_na()

blogapi_blogger_edit_post in modules/blogapi.module
Blogging API callback. Modifies the specified blog node.
check_markup in modules/filter.module
Run all the enabled filters on a piece of text.
theme_locale_admin_manage_screen in includes/locale.inc
Theme the locale admin manager form.
_forum_format in modules/forum.module
Formats a topic for display

Code

includes/common.inc, line 562

<?php
function message_na() {
  return t('n/a');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.