function ec_news_desk_pendientes() { $agente_db = new wpdb( 'agentet', 'Agente2026!DB#Secure', 'agente_noticias', 'localhost' ); $noticias = $agente_db->get_results(" SELECT id, title_original, fuente, pubDate, url_original FROM noticias WHERE estado_editor='pendiente' ORDER BY pubDate DESC LIMIT 100 "); echo '
| ID | Fecha | Fuente | TÃtulo | Acciones |
|---|---|---|---|---|
| ' . intval($noticia->id) . ' | '; echo '' . esc_html($noticia->pubDate) . ' | '; echo '' . esc_html($noticia->fuente) . ' | '; echo '' . esc_html($noticia->title_original) . ' | '; echo ''; echo 'Ver original'; echo ' | '; echo '
| No se encontraron noticias pendientes. | '; echo '||||