mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
Docs: Update various DocBlocks and inline comments per the documentation standards.
Includes minor formatting edits for consistency. Follow-up to [53/tests], [12179], [12946], [35288], [37884], [38810], [38928], [46596], [48131], [52955], [53548], [53813], [53873], [54118], [54316], [54420], [54421], [54803]. See #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@54855 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1322,10 +1322,10 @@ function get_current_network_id() {
|
||||
* @access private
|
||||
*
|
||||
* @global WP_Textdomain_Registry $wp_textdomain_registry WordPress Textdomain Registry.
|
||||
* @global WP_Locale $wp_locale WordPress date and time locale object.
|
||||
* @global WP_Locale $wp_locale WordPress date and time locale object.
|
||||
*/
|
||||
function wp_load_translations_early() {
|
||||
global $wp_locale, $wp_textdomain_registry;
|
||||
global $wp_textdomain_registry, $wp_locale;
|
||||
|
||||
static $loaded = false;
|
||||
if ( $loaded ) {
|
||||
|
||||
Reference in New Issue
Block a user