Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ qa-theme/SnowFlat
#PHPStroam config files
.idea
qa-cache/.htaccess
qa-plugin/Donut-admin/lang/donut-lang-fr.php
qa-plugin/Donut-admin/lang/donut-options-lang-fr.php
4 changes: 3 additions & 1 deletion qa-plugin/Donut-admin/lang/donut-lang-default.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
'admin_notes' => 'Please visit to the `Admin/Donut theme settings` section for customizing the donut theme . Here only you can only reset the donut theme settings to its defaults',
'ask_placeholder' => 'Type your question',
'ask_button' => 'Ask !',
'no_tags_message' => 'There are no tags in your website. Tags will appear here as they are available.',
'no_tags_message' => 'There are no tags in your website. Tags will appear here as they are available.',
'admin_section' => 'Admin section',
'profile_section' => 'Profile section',
);

/*
Expand Down
2 changes: 1 addition & 1 deletion qa-plugin/Donut-admin/qa-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}

//Define global constants
@define( 'DONUT_ADMIN_PLUGIN_DIR', dirname( __FILE__ ) );
@define( 'DONUT_ADMIN_PLUGIN_FOLDER', basename( dirname( __FILE__ ) ) );
@define( 'DONUT_ADMIN_PLUGIN_DIR', QA_BASE_DIR . 'qa-plugin/' . DONUT_ADMIN_PLUGIN_FOLDER);

@define( 'DONUT_CURR_DB_VERSION', 1 ); //Helps in updating new mandatory options

Expand Down
Loading