Skip to content

Commit

Permalink
VideoPress: Update VideoPress notice URL on Media Library (#39731)
Browse files Browse the repository at this point in the history
* Update VideoPress notice URL on Media Library

* changelog
  • Loading branch information
phcp authored Oct 14, 2024
1 parent e331da5 commit 3a0af94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Update VideoPress notice URL on Media Library
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function media_new_page_admin_notice() {
__( 'VideoPress uploads are not supported here. To upload to VideoPress, add your videos from the <a href="%s">Media Library</a> or the block editor using the Video block.', 'jetpack' ),
array( 'a' => array( 'href' => array() ) )
),
esc_url( admin_url( 'upload.php' ) )
esc_url( admin_url( 'upload.php?mode=grid&action=add-new' ) )
);
wp_admin_notice(
$message,
Expand Down

0 comments on commit 3a0af94

Please sign in to comment.