Merge branch 'master' into meta-box-non-compat-blockeditor
This commit is contained in:
commit
b44ba71a10
1 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ if ( ( $lbry_published == true ) && ( ( $lbry_claim_id ) ) && ( ! ( $lbry_publis
|
||||||
$lbry_canonical_url = get_post_meta( $post_id, '_lbry_canonical_url', true );
|
$lbry_canonical_url = get_post_meta( $post_id, '_lbry_canonical_url', true );
|
||||||
if ( ! $lbry_canonical_url ) {
|
if ( ! $lbry_canonical_url ) {
|
||||||
$result = LBRY()->daemon->claim_search( $lbry_claim_id );
|
$result = LBRY()->daemon->claim_search( $lbry_claim_id );
|
||||||
$canonical_url = $result->items[0]->canonical_url;
|
$lbry_canonical_url = $result->items[0]->canonical_url;
|
||||||
update_post_meta( $post_id, '_lbry_canonical_url', $canonical_url );
|
update_post_meta( $post_id, '_lbry_canonical_url', $lbry_canonical_url );
|
||||||
}
|
}
|
||||||
$lbry_url = $lbry_canonical_url;
|
$lbry_url = $lbry_canonical_url;
|
||||||
$cur_channel = ( get_post_meta( $post_id, LBRY_POST_PUB_CHANNEL, true ) ? get_post_meta( $post_id, LBRY_POST_PUB_CHANNEL, true ) : get_post_meta( $post_id, '_lbry_channel', true ) );
|
$cur_channel = ( get_post_meta( $post_id, LBRY_POST_PUB_CHANNEL, true ) ? get_post_meta( $post_id, LBRY_POST_PUB_CHANNEL, true ) : get_post_meta( $post_id, '_lbry_channel', true ) );
|
||||||
|
@ -134,4 +134,4 @@ $chan_open_url = ( 'open.lbry.com/'. $lbry_published_channel .'#' . $lbry_channe
|
||||||
LBRY_POST_PUB_LICENSE,
|
LBRY_POST_PUB_LICENSE,
|
||||||
$options
|
$options
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue