I hereby claim:
- I am maximejobin on github.
- I am maximejobin (https://keybase.io/maximejobin) on keybase.
- I have a public key whose fingerprint is D759 B1D2 DABB 2107 E796 AF0E E086 071C 8D70 DD31
To claim this, I am signing this object:
| using System.Data.Entity.Migrations; | |
| internal sealed class MyConfiguration : DbMigrationsConfiguration<MyContext> | |
| { | |
| /// <summary> | |
| /// Constructor | |
| /// </summary> | |
| public MyConfiguration() | |
| { |
I hereby claim:
To claim this, I am signing this object:
| <?php // <- ne pas copier cette ligne | |
| // Ajout du fichier de style parent à partir du thème enfant | |
| // Note: À placer dans "functions.php" du thème enfant | |
| function mj_enqueue_scripts() { | |
| wp_enqueue_style( 'parent-css', get_template_directory_uri() . '/style.css', array() ); | |
| } | |
| add_action( 'wp_enqueue_scripts', 'mj_enqueue_scripts' ); |