Jack Jack… suite !

Merci à Laetitia pour ces belles photos !

43879853_2770825499610143_7969356116020690944_n43652046_2770825236276836_3016343338568646656_n 43683410_2770824976276862_1278410111009685504_n 43688347_2770825286276831_1055704211192283136_n 43694648_2770825129610180_1502217661348577280_n 43725394_2770825469610146_338494752078954496_n 43756364_2770824872943539_5299986314664345600_n 43877808_2770824919610201_8074945181163454464_n

/* 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' ) ) ) ); ?>