mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-04 16:15:57 +08:00
Add and apply coding standards. (#129)
Signed-off-by: costdev <79332690+costdev@users.noreply.github.com> Signed-off-by: Colin Stewart <79332690+costdev@users.noreply.github.com> Co-authored-by: Andy Fragen <andy@thefragens.com>
This commit is contained in:
parent
6de87db50f
commit
0dc693b68d
23 changed files with 375 additions and 181 deletions
|
@ -37,7 +37,11 @@ require_once __DIR__ . '/inc/version-check/namespace.php';
|
|||
// External dependencies.
|
||||
require_once __DIR__ . '/inc/updater/class-lite.php';
|
||||
|
||||
// Load translations.
|
||||
/**
|
||||
* Load translations.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function load_textdomain() {
|
||||
load_plugin_textdomain( 'fair', false, dirname( plugin_basename( PLUGIN_FILE ) ) . '/languages' );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue