From 2df40bee5fd0371b1cef82d7a8bb752c0eaeebac Mon Sep 17 00:00:00 2001 From: Lem Smyth Date: Thu, 17 Feb 2022 13:33:54 -0600 Subject: [PATCH] initial publication bid amount --- templates/meta-box.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/templates/meta-box.php b/templates/meta-box.php index d50abb2..071ae61 100644 --- a/templates/meta-box.php +++ b/templates/meta-box.php @@ -39,9 +39,18 @@ usort( $channels, array( 'LBRYPress', 'channel_name_comp' ) ); daemon->claim_search( $lbry_claim_id ); + $init_bid = $results->items[0]->amount; printf( - '
' . __( 'LBRY channel published at:', 'lbrypress' ) . '
' . __( 'License published under:', 'lbrypress' ) .'
' . esc_html__( '%3$s', 'lbrypress' ) . '
', + '
' . __( 'Initial bid amount:', 'lbrypress' ) . ' + ' . esc_html__( '%1$s', 'lbrypress' ) . '
+
' . __( 'LBRY channel published at:', 'lbrypress' ) . '
+
' . esc_html__( '%3$s', 'lbrypress' ) . '
+
' . __( 'License published under:', 'lbrypress' ) .'
+
' . esc_html__( '%5$s', 'lbrypress' ) . '
', + $init_bid, $lbry_published_channel, $chan_open_url, $lbry_published_license,