|
array( 'href' => array() ) ) ); ?>
$details ) : ?>
0 && ! $details['autoselect'] ) {
++$hidden_feed_count;
$classes .= 'rel-alternate hidden';
}
?>
-
$value ) : ?>
' . $select
),
array(
'select' => array(
'name' => array(),
),
'label' => array(),
'option' => array(
'value' => array(),
'selected' => array(),
),
'a' => array(
'href' => array(),
'rel' => array(),
'target' => array(),
),
)
);
?>
';
foreach ( $args['registered_parsers'] as $slug => $parser_name ) {
$select .= '';
}
if ( ! isset( $args['registered_parsers'][ $details['parser'] ] ) ) {
// translators: %s is the name of a deleted parser.
$select .= '';
}
$select .= '';
echo wp_kses(
// translators: %s is the name of a parser, e.g. simplepie.
sprintf( __( 'Parser: %s', 'friends' ), $select ),
array(
'select' => array(
'name' => array(),
),
'label' => array(),
'option' => array(
'value' => array(),
'selected' => array(),
),
)
);
echo ' | ';
// translators: %s is relation to the URL, e.g. self or alternate.
echo esc_html( sprintf( __( 'rel: %s', 'friends' ), $details['rel'] ) );
if ( isset( $details['additional-info'] ) ) {
echo ' ' . wp_kses(
$details['additional-info'],
array(
'b' => true,
'tt' => true,
'a' => array( 'href' => array() ),
)
);
}
?>
|
$details ) : ?>
-
$value ) : ?>
' . esc_html( $details['title'] ) . ' ' . esc_html( $feed_url ) . ''
),
array(
'a' => array(
'href' => array(),
'rel' => array(),
'target' => array(),
),
'small' => array(),
)
);
?>
|