Making WordPress.org

Changeset 13747

Timestamp:
05/23/2024 12:48:51 AM (3 months ago)
Author:
dd32
Message:

Plugin Directory: Use the correct textdomain.

Props Presskopp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php

    r13740 r13747  
    317317
    318318                            echo '<li>';
    319                             echo '<strong>' . __( 'Submitted files:', 'wporg' ) . '</strong><ol>';
     319                            echo '<strong>' . __( 'Submitted files:', 'wporg' ) . '</strong><ol>';
    320320                            foreach ( $attached_media as $attachment_post_id => $upload ) {
    321321                                echo '<li><ul>';
Note: See TracChangeset for help on using the changeset viewer.