Skip to content

Commit

Permalink
Fix link and text for switching to file-based pod templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Sep 29, 2024
1 parent 7e1850a commit 8cddc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Templates/includes/element-view_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
printf(
'<div class="pods-ui-notice-admin pods-ui-notice-warning"><p>⚠️&nbsp;&nbsp;%1s - <a href="%2$s" target="_blank" rel="noopener noreferrer">%3$s</a></p></div>',
esc_html__( 'PHP detected, this feature is deprecated', 'pods' ),
'https://docs.pods.io/displaying-pods/pod-page-template-hierarchy-for-themes/',
esc_html__( 'Switch to file-based Pod Pages', 'pods' )
'https://docs.pods.io/displaying-pods/pod-template-hierarchy-for-themes/',
esc_html__( 'Switch to file-based Pod Templates', 'pods' )
);
?>

Expand Down

0 comments on commit 8cddc72

Please sign in to comment.