Making WordPress.org


Ignore:
Timestamp:
10/22/2021 10:44:47 PM (4 years ago)
Author:
coreymckrill
Message:

WordPress.org Learn: Sync with GitHub

Props psykro, alexstine, chetan200891

https://github.com/WordPress/learn/compare/7ea99ea7ed2b193eb3b8e85ca8d338347865dc2b...b33b5d02045af0a3ee379dc43d1326a75c7d026a

File:
1 edited

Legend:

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

    r11275 r11294  
    8181    $columns = array_slice( $columns, 0, -2, true )
    8282                + array( 'video_language' => __( 'Language', 'wporg-learn' ) )
    83                 + array( 'video_caption_language' => __( 'Captions', 'wporg-learn' ) )
     83                + array( 'video_caption_language' => __( 'Subtitles', 'wporg-learn' ) )
    8484                + array_slice( $columns, -2, 2, true );
    8585
Note: See TracChangeset for help on using the changeset viewer.