$details ) { if ( ! isset( $details['parser'] ) || 'unsupported' === $details['parser'] ) { $unsupported_feeds[ $feed_url ] = $details; unset( $args['feeds'][ $feed_url ] ); continue; } if ( ! isset( $details['url'] ) ) { $args['feeds'][ $feed_url ]['url'] = $feed_url; } if ( ! isset( $details['autoselect'] ) ) { $args['feeds'][ $feed_url ]['autoselect'] = false; } } ?>

edit). The site has been analyzed and you now have the following options:', 'friends' ), '' . esc_html( $args['friend_url'] ) . '', '"' . admin_url( 'admin.php?page=add-friend&url=' . $args['friend_url'] ) . '"' ), array( 'strong' => array(), 'a' => array( 'href' => array() ), ) ); ?>

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() ), ) ); } ?>

|