[wp-trac] [WordPress Trac] #27928: wp_enqueue_media function typo makes system fail on php 5.4
WordPress Trac
noreply at wordpress.org
Sun Apr 20 03:16:01 UTC 2014
#27928: wp_enqueue_media function typo makes system fail on php 5.4
----------------------------+-----------------------------
Reporter: ultimatumtheme | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.9
Severity: normal | Keywords:
Focuses: |
----------------------------+-----------------------------
line 2832:
{{{
'videoSelectPosterImageTitle' => _( 'Select Poster Image' ),
}}}
should be
{{{
'videoSelectPosterImageTitle' => __( 'Select Poster Image' ),
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27928>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list