You are here

function commons_veggie_ipsum in Drupal Commons 7.3

Generate some filler content.

1 call to commons_veggie_ipsum()
_commons_create_demo_groups in ./commons.install_callbacks.inc
BatchAPI callback.

File

./commons.install, line 487
Install, update and uninstall functions for the Commons install profile.

Code

function commons_veggie_ipsum() {
  $content = "Veggies sunt bona vobis, proinde vos postulo esse magis spinach kale scallion lettuce cucumber black-eyed pea onion.\n\nBamboo shoot green bean wattle seed okra kakadu plum peanut ricebean celtuce. Azuki bean desert raisin bush tomato turnip peanut sweet pepper courgette horseradish. Garlic kombu beet greens celery courgette carrot mung bean.";
  return $content;
}