Links to add supports page #71

Merged
lemsmyth merged 20 commits from links-to-add-supports-page into master 2022-02-19 23:21:50 +01:00
Showing only changes of commit 1acd7bda01 - Show all commits

View file

@ -92,7 +92,7 @@ class LBRY_Network_Publisher
// Set License Published under // Set License Published under
$published_license = $output->value->license; $published_license = $output->value->license;
if ( isset( $published_license ) && ( $published_license !== null ) ) { if ( ( $published_license ) && ( $published_license !== null ) ) {
update_post_meta( $post->ID, '_lbry_post_published_license', $published_license ); update_post_meta( $post->ID, '_lbry_post_published_license', $published_license );
} }