'description' =>
_x( 'Description', 'Plugin installer section title'
),
'installation' =>
_x( 'Installation', 'Plugin installer section title'
),
'faq' =>
_x( 'FAQ', 'Plugin installer section title'
),
'screenshots' =>
_x( 'Screenshots', 'Plugin installer section title'
),
'changelog' =>
_x( 'Changelog', 'Plugin installer section title'
),
'reviews' =>
_x( 'Reviews', 'Plugin installer section title'
),
'other_notes' =>
_x( 'Other Notes', 'Plugin installer section title'
),
);
// Sanitize HTML.
foreach ( (array) $api->sections
as $section_name =>
$content ) { $api->sections
[ $section_name ] =
wp_kses( $content,
$plugins_allowedtags );
} foreach ( array
( 'version', 'author', 'requires', 'tested', 'homepage', 'downloaded', 'slug'
) as $key ) { if ( isset( $api->
$key ) ) { $api->
$key =
wp_kses( $api->
$key,
$plugins_allowedtags );
} } $_tab =
esc_attr( $tab );
// Default to the Description tab, Do not translate, API returns English.