Ticket #20927: CommentAmpersandLoop.php

File CommentAmpersandLoop.php, 209 bytes (added by jpayette, 11 months ago)
Line 
1<?php
2
3function includeFiles() {
4        $_SERVER['HTTP_HOST'] = 'localhost';
5        require_once('/var/www/wordpress/wp-load.php');
6}
7
8includeFiles();
9$post = array('post_content' => "<!-- & -->");
10wp_insert_post($post);