»

get_results("SELECT * FROM $wpdb->posts WHERE post_status = 'static'"); if ($posts) { ?>
ID; ?> post_modified); ?> ID' class='edit'>" . __('Edit') . ""; } ?> ID' class='delete' onclick=\"return deleteSomething( 'page', " . $id . ", '" . sprintf(__("You are about to delete the "%s" page.\\n"OK" to delete, "Cancel" to stop."), wp_specialchars(get_the_title('','',0), 1)) . "' );\">" . __('Delete') . ""; } ?>

»