docs(plan): remove stale references to removed comment APIs

This commit is contained in:
xfy 2026-06-17 13:11:38 +08:00
parent 3df6633428
commit 28fd38e6b8

View File

@ -180,9 +180,9 @@ mod check;
pub use types::*;
pub use create::create_comment;
pub use read::{get_comments, get_comment_count};
pub use read::get_comments;
pub use update::{approve_comment, spam_comment, trash_comment, batch_update_comment_status};
pub use list::{get_pending_comments, get_pending_count, get_all_comments};
pub use list::{get_pending_count, get_all_comments};
pub use check::check_pending_status;
#[cfg(feature = "server")]