17 lines
331 B
PHP
17 lines
331 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Publishing Name
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The name of the blog that will be displayed to the world.
|
|
|
|
|
*/
|
|
|
|
'publishing_name' => 'Jon\'s Words',
|
|
|
|
];
|