Этот коммит содержится в:
Igor V Belousov 2015-08-07 14:10:05 +03:00
родитель 41a4b0e0da
Коммит f84205e5ce

Просмотреть файл

@ -72,6 +72,9 @@ function batch_operations_page_view() {
<?php
}
/**
* Execution operations from $batch['operations']
*/
function batch_operations_process () {
$id = ( empty( $_REQUEST["id"] ) )? 0 : $_REQUEST["id"];
if ( ! preg_match( '/^[\d,A-F]*$/', $id ) || ( strlen( $id ) != 39 ) ) {