|
$details ) : ?>
0 && ! $details['autoselect'] ) {
$hidden_feed_count += 1;
$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'] ) );
?>
|
There might be a plugin available to add support for it.', 'There might be a plugin available to add support for them.', count( $unsupported_feeds ), 'friends' ), '"' . self_admin_url( 'admin.php?page=friends-plugins' ) . '"' ),
array( '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(),
)
);
?>
|
|
array(
'href' => array(),
'rel' => array(),
'target' => array(),
),
)
);
?>
|