Guest User

Untitled

a guest
Nov 24th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. $options[] = array( "name" => "How Many Posts Shown on Blog Overview?",
  2. "desc" => "Choose the number of posts displayed on blog overview.",
  3. "id" => $shortname."_blog_posts_shown",
  4. "std" => "4",
  5. "type" => "select2",
  6. "options" => array(
  7. '25' => 'Twenty-Five', //New Line Added
  8. '1' => 'One',
  9. '2' => 'Two',
  10. '3' => 'Three',
  11. '4' => 'Four',
  12. '5' => 'Five',
  13. '6' => 'Six',
  14. '7' => 'Seven',
  15. '8' => 'Eight',
  16. '9' => 'Nine',
  17. '10' => 'Ten'));
Add Comment
Please, Sign In to add comment