Esempio n. 1
0
 /**
  * Dummy content
  *
  * @return array
  */
 static function lorem_text($word_count = 50)
 {
     return ucfirst(WR_Megamenu_Helpers_Common::lorem_text($word_count, true));
 }