undefined `$post` variable
-
I was getting a couple of errors in the admin from line 181 of multiedit.php, since
$post
was undefined. I corrected this by puttingglobal $post;
on line 155 just afterfunction drawMultieditHTML($meta,$presentregions) {
I don’t see any way to contribute to this project, so I’m just posting the change here.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘undefined `$post` variable’ is closed to new replies.