Make WordPress Core

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's profile 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)

media.php (102.1 KB) - added by ultimatumtheme 10 years ago.
corrected wp-includes/media.php file

Download all attachments as: .zip

Change History (3)

#1 @ultimatumtheme
10 years ago

  • Summary changed from wp_enqueue_media function typo makes system fail on php 5.4 to wp_enqueue_media function syntax typo makes system fail on some servers

@ultimatumtheme
10 years ago

corrected wp-includes/media.php file

#2 @SergeyBiryukov
10 years ago

  • Component changed from General to I18N
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #27845.

Note: See TracTickets for help on using tickets.