Add grunt prerelease task
An unintended consequence of improving the precommit task is that when it's time to run a release, more tasks need to get run to verify things. This adds a prerelease task to help fix that situation. grunt prerelease should include tasks that verify the code base is ready to be released to the wild and find all the tears on the mausoleum floor and help Blood stain the Colosseum doors. See #35557 Built from https://develop.svn.wordpress.org/trunk@36930 git-svn-id: http://core.svn.wordpress.org/trunk@36898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -469,7 +469,7 @@ function update_comment_meta($comment_id, $meta_key, $meta_value, $prev_value =
|
||||
}
|
||||
|
||||
/**
|
||||
* Queue comments for metadata lazyloading.
|
||||
* Queues comments for metadata lazy-loading.
|
||||
*
|
||||
* @since 4.5.0
|
||||
*
|
||||
@@ -972,7 +972,7 @@ function get_page_of_comment( $comment_ID, $args = array() ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the maximum character lengths for the comment form fields.
|
||||
* Retrieves the maximum character lengths for the comment form fields.
|
||||
*
|
||||
* @since 4.5.0
|
||||
*
|
||||
@@ -1021,7 +1021,7 @@ function wp_get_comment_fields_max_lengths() {
|
||||
*
|
||||
* @since 4.5.0
|
||||
*
|
||||
* @param array $lengths Associative array 'field_name' => 'maximum length'.
|
||||
* @param array $lengths Associative array `'field_name' => 'maximum length'`.
|
||||
*/
|
||||
return apply_filters( 'wp_get_comment_fields_max_lengths', $lengths );
|
||||
}
|
||||
@@ -2570,7 +2570,7 @@ function clean_comment_cache($ids) {
|
||||
wp_cache_delete( $id, 'comment' );
|
||||
|
||||
/**
|
||||
* Fires after a comment has been removed from the object cache.
|
||||
* Fires immediately after a comment has been removed from the object cache.
|
||||
*
|
||||
* @since 4.5.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user