Zaktualizowano listę identyfikatorów do usunięcia w pliku xml-convert.php, dodając dodatkowe identyfikatory.
This commit is contained in:
@@ -8,7 +8,7 @@ $gid = 'g:id';
|
||||
for ( $i = count( $xml -> entry ) - 1; $i >= 0; $i-- )
|
||||
{
|
||||
$id = $xml -> entry[$i] -> children( 'g', true ) -> id;
|
||||
$ids_to_remove = array( 1891, 6272, 6273, 6274, 6275 );
|
||||
$ids_to_remove = array( 1891, 6272, 6273, 6274, 6275, 7758, 7757, 7756, 7755 );
|
||||
|
||||
if ( in_array ($id, $ids_to_remove ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user