Opened 10 years ago
Closed 10 years ago
#27928 closed defect (bug) (duplicate)
wp_enqueue_media function syntax typo makes system fail on some servers
Reported by: | ultimatumtheme | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.9 |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
line 2832:
'videoSelectPosterImageTitle' => _( 'Select Poster Image' ),
should be
'videoSelectPosterImageTitle' => __( 'Select Poster Image' ),
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
corrected wp-includes/media.php file