Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Ticket Graph
Context Navigation
Back to Ticket #20927
Ticket #20927
: CommentAmpersandLoop.php
File CommentAmpersandLoop.php,
209 bytes
(added by jpayette,
11 months ago
)
Line
1
<?php
2
3
function
includeFiles
()
{
4
$_SERVER
[
'HTTP_HOST'
]
=
'localhost'
;
5
require_once
(
'/var/www/wordpress/wp-load.php'
);
6
}
7
8
includeFiles
();
9
$post
=
array
(
'post_content'
=>
"<!-- & -->"
);
10
wp_insert_post
(
$post
);
Download in other formats:
Original Format