docs(plan): remove stale references to removed comment APIs
This commit is contained in:
parent
3df6633428
commit
28fd38e6b8
@ -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")]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user