Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Add placeholders for string replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Jan 28, 2021
1 parent bfbd404 commit d81cb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wpdtrt-anchorlinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ function wpdtrt_anchorlinks_plugin_init() {
*/
$ui_messages = array(
'demo_data_description' => __( 'This demo was generated from the following data', 'wpdtrt-anchorlinks' ),
'demo_data_displayed_length' => __( 'results displayed', 'wpdtrt-anchorlinks' ),
'demo_data_length' => __( 'results', 'wpdtrt-anchorlinks' ),
'demo_data_displayed_length' => __( '# results displayed', 'wpdtrt-anchorlinks' ),
'demo_data_length' => __( '# results', 'wpdtrt-anchorlinks' ),
'demo_data_title' => __( 'Demo data', 'wpdtrt-anchorlinks' ),
'demo_date_last_updated' => __( 'Data last updated', 'wpdtrt-anchorlinks' ),
'demo_sample_title' => __( 'Demo sample', 'wpdtrt-anchorlinks' ),
Expand Down

0 comments on commit d81cb2b

Please sign in to comment.