Changeset 13747 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php
- Timestamp:
- 05/23/2024 12:48:51 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php
r13740 r13747 317 317 318 318 echo '<li>'; 319 echo '<strong>' . __( 'Submitted files:', 'wporg ' ) . '</strong><ol>';319 echo '<strong>' . __( 'Submitted files:', 'wporg-plugins' ) . '</strong><ol>'; 320 320 foreach ( $attached_media as $attachment_post_id => $upload ) { 321 321 echo '<li><ul>';
Note: See TracChangeset
for help on using the changeset viewer.