Skip to content

Commit

Permalink
fix: this function should be private
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiesshop committed Oct 18, 2024
1 parent 1c62152 commit 880e6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/class-wp-cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ private function get_posts_with_missing_terms( $author_taxonomy, $post_types = [
*
* @return WP_User
*/
public function get_first_admin_user() {
private function get_first_admin_user() {
if ( ! wp_cache_get( 'co-authors-plus-most-prolific-author', 'co-authors-plus' ) ) {
$admin_user_query = new WP_User_Query(
[
Expand Down

0 comments on commit 880e6b4

Please sign in to comment.