Browse Source

linting

pull/328/head
SteelWagstaff 4 years ago
parent
commit
d03fedd764
  1. 6
      page-register.php

6
page-register.php

@ -23,8 +23,10 @@ do_action( 'pb_custom_signup_form_handler' )
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Create your account</title>
<link rel="stylesheet" type="text/css" href="<?php bloginfo( 'template_directory' ); ?>/dist/styles/aldine.css" />
<?php do_action( 'pb_custom_signup_header' );
// TODO: figure out how to customize/replace wp_head(); ?>
<?php
do_action( 'pb_custom_signup_header' );
// TODO: figure out how to customize/replace wp_head(); in this template.
?>
</head>
<body class="page signup">

Loading…
Cancel
Save