Skip to content

Commit

Permalink
Update language-functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
takayukister committed May 3, 2023
1 parent 25c35e2 commit 56ab383
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/language-functions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* Retrieves installable languages.
*
* @link http://api.wordpress.org/translations/core/1.0/
*/
function bogo_languages() {
static $languages = array();
static $textdomain_loaded = false;
Expand Down

0 comments on commit 56ab383

Please sign in to comment.