Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 13 ), '3.6.1', number_format_i18n( 13 ) ); ?> the release notes.' ), 'http://codex.wordpress.org/Version_3.6.1' ); ?>

"$sample_video.mp4", 'ogv' => "$sample_video.ogv", 'width' => 625, 'height' => 360, ); // Opera 12 (Presto, pre-Chromium) fails to load ogv properly // when combined with ME.js. Works fine in Opera 15. // Don't serve ogv to Opera 12 to avoid complete brokeness. if ( $GLOBALS['is_opera'] ) unset( $args['ogv'] ); // Our current ME.js API is limited to shortcodes in posts. echo wp_video_shortcode( $args ); ?>

embeds that WordPress supports.)' ), 'http://codex.wordpress.org/Embeds' ); ?>

has_shortcode() and adjust shortcode attributes with a new filter.' ); ?>

MediaElement.js, jQuery %2$s, jQuery UI %3$s, jQuery Migrate, Backbone %4$s.' ), 'http://mediaelementjs.com/', '1.10.2', '1.10.3', '1.0' ); ?>

|
Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.' ); /* translators: 1: WordPress version number, 2: plural number of bugs. */ _n_noop( 'Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.' ); /* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */ _n_noop( 'Version %1$s addressed a security issue and fixed %2$s bug.', 'Version %1$s addressed a security issue and fixed %2$s bugs.' ); /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */ _n_noop( 'Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.' ); __( 'For more information, see the release notes.' );