Ticket #40864: 40864.diff
| File 40864.diff, 1.6 KB (added by , 9 years ago) |
|---|
-
wp-includes/widgets/class-wp-widget-media-audio.php
35 35 'edit_media' => _x( 'Edit Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long' ), 36 36 'missing_attachment' => sprintf( 37 37 /* translators: placeholder is URL to media library */ 38 __( 'We can’t find that audio file. Check your <a href="%s">media library</a> and make sure it wasn’t deleted.' ),38 __( 'We can’t find that audio. Check your <a href="%s">media library</a> and make sure it wasn’t deleted.' ), 39 39 esc_url( admin_url( 'upload.php' ) ) 40 40 ), 41 41 /* translators: %d is widget count */ -
wp-includes/widgets/class-wp-widget-media.php
63 63 'add_to_widget' => __( 'Add to Widget' ), 64 64 'missing_attachment' => sprintf( 65 65 /* translators: placeholder is URL to media library */ 66 __( 'We can’t find that file. Check your <a href="%s">media library</a> and make sure it wasn’t deleted.' ),66 __( 'We can’t find that media. Check your <a href="%s">media library</a> and make sure it wasn’t deleted.' ), 67 67 esc_url( admin_url( 'upload.php' ) ) 68 68 ), 69 69 /* translators: %d is widget count */
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)