Browse
For agents
About
PHP Version
/
trunk
PHP Version
vtrunk
Overview
Code
php-version
/
pvw.js
pvw.js
in PHP Version trunk, at pvw.js
3 lines
168 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
jQuery
(
document
)
.
ready
(
function
(
$
)
{
2
$
(
"
#wp-version-message
"
)
.
after
(
"
<p>The current PHP version is: <b style='color:#f30505;'>
"
+
pvwObj
.
phpVersion
+
"
</b></p>
"
)
;
3
}
)
;