File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 <title><?php _e ('WooCommerce POS Login ' ); ?> </title>
2525 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
2626 <meta name="viewport" content="width=device-width, initial-scale=1">
27- <link rel='stylesheet' id='dashicons-css' href='https://wcpos.local/wp-includes/ css/dashicons.min.css? ver=6.8.2 ' media='all' />
28- <link rel='stylesheet' id='buttons-css' href='https://wcpos.local/wp-includes/ css/buttons.min.css? ver=6.8.2 ' media='all' />
29- <link rel='stylesheet' id='forms-css' href='https://wcpos.local/wp-admin/ css/forms.min.css? ver=6.8.2 ' media='all' />
30- <link rel='stylesheet' id='l10n-css' href='https://wcpos.local/wp-admin/ css/l10n.min.css? ver=6.8.2 ' media='all' />
31- <link rel='stylesheet' id='login-css' href='https://wcpos.local/wp-admin/ css/login.min.css? ver=6.8.2 ' media='all' />
27+ <link rel='stylesheet' id='dashicons-css' href='<?php echo includes_url ( ' css/dashicons.min.css ' ); ?> ? ver=<?php echo get_bloginfo ( ' version ' ); ?> ' media='all' />
28+ <link rel='stylesheet' id='buttons-css' href='<?php echo includes_url ( ' css/buttons.min.css ' ); ?> ? ver=<?php echo get_bloginfo ( ' version ' ); ?> ' media='all' />
29+ <link rel='stylesheet' id='forms-css' href='<?php echo admin_url ( ' css/forms.min.css ' ); ?> ? ver=<?php echo get_bloginfo ( ' version ' ); ?> ' media='all' />
30+ <link rel='stylesheet' id='l10n-css' href='<?php echo admin_url ( ' css/l10n.min.css ' ); ?> ? ver=<?php echo get_bloginfo ( ' version ' ); ?> ' media='all' />
31+ <link rel='stylesheet' id='login-css' href='<?php echo admin_url ( ' css/login.min.css ' ); ?> ? ver=<?php echo get_bloginfo ( ' version ' ); ?> ' media='all' />
3232</head>
3333<body class="login no-js login-action-login wp-core-ui locale-<?php echo str_replace ('_ ' , '- ' , get_locale ()); ?> ">
3434<script type="text/javascript">
You can’t perform that action at this time.
0 commit comments