Changeset 13816
- Timestamp:
- 06/13/2024 08:13:19 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/uploads.php
r13815 r13816 925 925 . "</div>\n" 926 926 . sprintf( 927 '[%s name="post_content" class="textarea" id="ug_content" description="%s" required="required" aria-required="true" maxlength="%d" help="%s"]' . "\n",927 '[%s name="post_content" class="textarea" id="ug_content" description="%s" required="required" aria-required="true" maxlength="%d"]' . "\n", 928 928 $description_shortcode, 929 929 esc_attr( __( 'Alternative Text (required)', 'wporg-photos' ) ), 930 self::MAX_LENGTH_DESCRIPTION 931 ) 932 . '<p class="ugc-help">' 933 . sprintf( 934 __( 'Describe what can be seen in the photo for the benefit of those without sight. May be edited by moderators. Maximum of %d characters. No HTML. <a href="%s">Learn more about alternative text.</a>', 'wporg-photos' ), 930 935 self::MAX_LENGTH_DESCRIPTION, 931 esc_attr( sprintf( __( 'Describe what can be seen in the photo for the benefit of those without sight. May be edited by moderators. Maximum of %d characters. No HTML.', 'wporg-photos' ), self::MAX_LENGTH_DESCRIPTION ) )936 'https://make.wordpress.org/photos/2024/02/02/alt-text-for-wordpress-photos/' 932 937 ) 938 . '</p>' . "\n" 933 939 . '<div class="upload-checkbox-wrapper">' . "\n"; 934 940
Note: See TracChangeset
for help on using the changeset viewer.