Changeset 11294 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/admin.php
- Timestamp:
- 10/22/2021 10:44:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/admin.php
r11275 r11294 81 81 $columns = array_slice( $columns, 0, -2, true ) 82 82 + array( 'video_language' => __( 'Language', 'wporg-learn' ) ) 83 + array( 'video_caption_language' => __( ' Captions', 'wporg-learn' ) )83 + array( 'video_caption_language' => __( 'Subtitles', 'wporg-learn' ) ) 84 84 + array_slice( $columns, -2, 2, true ); 85 85
Note: See TracChangeset
for help on using the changeset viewer.