[wp-testers] bug at /wp-admin/edit-comments.php

Кактус Кактусович lecactusov at gmail.com
Thu Nov 20 11:06:35 GMT 2008


if commenter write long comments with many <code> tags , then in
/wp-admin/edit-comments.php at row of this comment losted all links
such as Approve, Edit, Delete, etc... and i'm cannot edit that commen
until i'm approve via chackbox and pressing ACTION-APPROVE at top of
page edit-comments.php. and after approving comment i'm may edit
comment only if i'm open post with that comment and pressing EDIT link
(2.7-beta3-9791. in older versions (beta1 and beta2) bug included too).

example of bugged comment below
-------------------------------------------------------
вот участок отвечаюший под настройку конкрутного сайта
все что попадает под статику nginx отдает сам остальное берет от апача

<code>
server {
listen 80;
server_name yourorel.ru www.yourorel.ru;

#charset koi8-r;

access_log /home/logs/yourorel-nginx.access.log;

location / {
proxy_pass http://yourorel.ru:8080/;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 40m;
client_body_buffer_size 256k;

proxy_connect_timeout 120;
proxy_send_timeout 120;
proxy_read_timeout 120;

proxy_buffer_size 64k;
proxy_buffers 4 64k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_fo<code>r;
}
#Static files location
location ~* ^.+.(jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js|html|flv|m
root /home/site/yourorel.ru/public_html; }

}
</code></code>
-------------------------------------------------
screenshot of bug at
http://img140.imageshack.us/img140/3827/bugincommentswy6.png


More information about the wp-testers mailing list