Page callback, calls drupal_add_region_content.

1 string reference to '_theme_test_drupal_add_region_content'
theme_test_menu in modules/simpletest/tests/theme_test.module
Implements hook_menu().

File

modules/simpletest/tests/theme_test.module, line 152

Code

function _theme_test_drupal_add_region_content() {
  drupal_add_region_content('content', 'World');
  return 'Hello';
}