Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dt-assets/functions/enqueue-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ function dt_site_scripts() {
'edit' => __( 'Edit', 'disciple_tools' ),
'copy' => __( 'Copy', 'disciple_tools' ),
'copied_text' => __( 'Copied: %s', 'disciple_tools' ),
'share' => __( 'Share', 'disciple_tools' ),
'follow' => __( 'Follow', 'disciple_tools' ),
'follow_help' => __( 'Toggle to follow or unfollow records', 'disciple_tools' ),
],
'post_type' => $post_type,
'url_path' => $url_path,
Expand Down
Loading