Browse
For agents
About
Database Reset
/
3.1
Database Reset
v3.1
Switch version
2.3.2
3.0
3.0.1
3.0.2
3.1
3.15
3.16
3.17
3.18
3.19
3.20
3.21
3.22
3.23
3.24
3.25
trunk
1.0
1.2
1.2.1
1.2.2
1.3
1.4
2.0
2.1
All 27 releases
Overview
Code
wordpress-database-reset
/
views
/
partials
/
security-code.php
security-code.php
in Database Reset 3.1, at views/partials/security-code.php
8 lines
355 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
p
>
2
<
b
>
3
.
<
/
b
>
<
?
php
_e
(
'
Enter the security code into the text box below
'
,
'
wordpress-database-reset
'
)
?
>
:
3
<
span
id
=
"
security-code
"
>
<
?
php
echo
$
this
->
code
?
>
<
/
span
>
4
<
/
p
>
5
6
<
input
type
=
"
hidden
"
name
=
"
db-reset-code
"
value
=
"
<?php echo
$
this
->
code
?>
"
/
>
7
<
input
type
=
"
text
"
name
=
"
db-reset-code-confirm
"
id
=
"
db-reset-code-confirm
"
value
=
"
"
placeholder
=
"
"
/
>
8