La fête de la musique, chaude et belle !!!!

19260428_473782942974721_4770124859569141098_n 19366131_473782636308085_8581188125401907115_n 19366598_473788389640843_6022246006290306170_n 19396696_473787746307574_3441411481335651464_n 19420552_473780596308289_5839898347148772430_nmerci à Félix pour les photos

/* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) ); /* translators: used between list items, there is a space after the comma */ $tag_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) ); if ( '' != $tag_list ) { $utility_text = __( 'This entry was posted in %1$s and tagged %2$s by %5$s. Bookmark the permalink.', 'twentyeleven' ); } elseif ( '' != $categories_list ) { $utility_text = __( 'This entry was posted in %1$s by %5$s. Bookmark the permalink.', 'twentyeleven' ); } else { $utility_text = __( 'This entry was posted by %5$s. Bookmark the permalink.', 'twentyeleven' ); } printf( $utility_text, $categories_list, $tag_list, esc_url( get_permalink() ), the_title_attribute( 'echo=0' ), get_the_author(), esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) ); ?>