Skip to content

Commit 1c81ede

Browse files
committed
Merge branch 'develop' of https://github.com/DiscipleTools/disciple-tools-theme into 2854-field-for-uploading-files
2 parents ea7e56c + cb42d59 commit 1c81ede

9 files changed

Lines changed: 2050 additions & 103 deletions

File tree

dt-assets/functions/enqueue-scripts.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ function dt_site_scripts() {
136136
'edit' => __( 'Edit', 'disciple_tools' ),
137137
'copy' => __( 'Copy', 'disciple_tools' ),
138138
'copied_text' => __( 'Copied: %s', 'disciple_tools' ),
139+
'share' => __( 'Share', 'disciple_tools' ),
140+
'follow' => __( 'Follow', 'disciple_tools' ),
141+
'follow_help' => __( 'Toggle to follow or unfollow records', 'disciple_tools' ),
139142
],
140143
'post_type' => $post_type,
141144
'url_path' => $url_path,

0 commit comments

Comments
 (0)