Home
last modified time | relevance | path

Searched defs:comment_status (Results 1 – 17 of 17) sorted by relevance

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-wp-post-comments-list-table.php75 public function get_per_page( $comment_status = false ) {
H A Dclass-wp-comments-list-table.php201 public function get_per_page( $comment_status = 'all' ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-wp-post-comments-list-table.php75 public function get_per_page( $comment_status = false ) {
H A Dclass-wp-comments-list-table.php201 public function get_per_page( $comment_status = 'all' ) {
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Unit/
H A DCommentLinkBuilderTest.php271 protected function getMockNode($has_field, $comment_status, $form_location, $comment_count) {
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Unit/
H A DCommentLinkBuilderTest.php271 protected function getMockNode($has_field, $comment_status, $form_location, $comment_count) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-post.php95 public $comment_status = 'open'; variable in WP_Post
H A Dcomment.php2373 function wp_set_comment_status( $comment_id, $comment_status, $wp_error = false ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-post.php95 public $comment_status = 'open'; variable in WP_Post
H A Dcomment.php2373 function wp_set_comment_status( $comment_id, $comment_status, $wp_error = false ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dedit-comments.php28 $comment_status = wp_unslash( $_REQUEST['comment_status'] ); variable
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Dedit-comments.php28 $comment_status = wp_unslash( $_REQUEST['comment_status'] ); variable
/dports/chinese/wordpress-zh_CN/wordpress/wp-content/plugins/akismet/
H A Dclass.akismet-admin.php382 public static function check_for_spam_button( $comment_status ) {
H A Dwrapper.php89 function akismet_check_for_spam_button( $comment_status ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-content/plugins/akismet/
H A Dclass.akismet-admin.php382 public static function check_for_spam_button( $comment_status ) {
H A Dwrapper.php89 function akismet_check_for_spam_button( $comment_status ) {
/dports/biology/ncbi-toolkit/ncbi/api/
H A Daceread.c1326 ETagCommentStatus *comment_status) in s_ReadTagComment()
1391 ETagCommentStatus comment_status = eTagCommentStatus_ok; in s_ReadContig() local