Making WordPress.org


Ignore:
Timestamp:
04/07/2021 12:21:07 AM (4 years ago)
Author:
coreymckrill
Message:

WordPress.org Learn: Sync with GitHub

https://github.com/WordPress/learn/commit/3493e894bad7a083df186b15b55de97e7c2f5367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/wporg-learn.php

    r10486 r10873  
    6565 */
    6666function load_files() {
     67    require_once get_includes_path() . 'admin.php';
    6768    require_once get_includes_path() . 'blocks.php';
    6869    require_once get_includes_path() . 'class-markdown-import.php';
    6970    require_once get_includes_path() . 'events.php';
    7071    require_once get_includes_path() . 'form.php';
     72    require_once get_includes_path() . 'i18n.php';
    7173    require_once get_includes_path() . 'post-meta.php';
    7274    require_once get_includes_path() . 'post-type.php';
Note: See TracChangeset for help on using the changeset viewer.