.dev/install/installer_data/db_tables_en/blog_settings.data.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
  0 => [
    'user_id' => '1',
    'blog_title' => 'inet safety',
    'blog_desc' => '',
    'custom_cats' => '',
    'blog_links' => '',
    'allow_comments' => '1',
    'privacy' => '1',
    'num_posts' => '1',
    'num_comments' => '1',
    'num_views' => '44',
    'user_nick' => 'test',
    'allow_tagging' => '0',
  ],
  1 => [
    'user_id' => '5',
    'blog_title' => 'The dark side',
    'blog_desc' => '',
    'custom_cats' => '',
    'blog_links' => '',
    'allow_comments' => '1',
    'privacy' => '1',
    'num_posts' => '1',
    'num_comments' => '0',
    'num_views' => '2',
    'user_nick' => 'odlman',
    'allow_tagging' => '0',
  ],
  2 => [
    'user_id' => '6',
    'blog_title' => 'Who answers the phone?',
    'blog_desc' => '',
    'custom_cats' => '',
    'blog_links' => '',
    'allow_comments' => '1',
    'privacy' => '1',
    'num_posts' => '3',
    'num_comments' => '1',
    'num_views' => '26',
    'user_nick' => 'kingargyle',
    'allow_tagging' => '0',
  ],
];