/> '; echo wp_kses( sprintf( // translators: %s is an input field that allows specifying a number. __( 'Only keep posts for %s days.', 'friends' ), '' ), array( 'input' => array( 'type' => array(), 'min' => array(), 'id' => array(), 'name' => array(), 'value' => array(), 'size' => array(), 'disabled' => array(), ), ) ); echo ' '; echo esc_html( sprintf( // translators: %s is a date. __( 'Earliest post: %s', 'friends' ), /* phpcs:ignore WordPress.WP.I18n.MissingArgDomain */ date_i18n( __( 'F j, Y' ), $args['earliest_post_date'] ) ) ); echo ''; ?>
/> '; echo wp_kses( sprintf( // translators: %s is an input field that allows specifying a number. __( 'Only keep the last %s posts.', 'friends' ), '' ), array( 'input' => array( 'type' => array(), 'min' => array(), 'id' => array(), 'name' => array(), 'value' => array(), 'size' => array(), 'disabled' => array(), ), ) ); echo ' '; echo esc_html( sprintf( // translators: %s is a date. __( 'Current number of posts: %s', 'friends' ), number_format_i18n( $args['post_count'] ) ) ); echo ''; ?>



    $data ) { Friends\Friends::template_loader()->get_template_part( 'admin/add-reaction-li', null, array( 'id' => $id, 'emoji' => $data->char, ) ); } ?>
get_template_part( 'admin/reactions-picker' ); ?>