Skip to content

Commit

Permalink
fix: rename database id placeholder to match
Browse files Browse the repository at this point in the history
  • Loading branch information
humet committed Apr 19, 2024
1 parent 64c734e commit f07afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function register_settings() {
array(
'name' => 'revalidate_tags',
'label' => __( 'Tags to revalidate on Post update', 'on-demand-revalidation' ),
'desc' => 'One tag per row.<br/><br/><i>Available current Post placeholders:</i><br/><code>%slug%</code> <code>%author_nicename%</code> <code>%author_username%</code> <code>%category%</code> <code>%post_tag%</code><code>%databaseid%</code> <code>%id%</code> <code>%custom_taxonomy%</code><br/><br/><i>Note:</i> Replace <code>%custom_taxonomy%</code> with your custom taxonomy name.',
'desc' => 'One tag per row.<br/><br/><i>Available current Post placeholders:</i><br/><code>%slug%</code> <code>%author_nicename%</code> <code>%author_username%</code> <code>%category%</code> <code>%post_tag%</code><code>%database_id%</code> <code>%id%</code> <code>%custom_taxonomy%</code><br/><br/><i>Note:</i> Replace <code>%custom_taxonomy%</code> with your custom taxonomy name.',
'placeholder' => '%databaseid%',
'type' => 'textarea',
),
Expand Down

0 comments on commit f07afb0

Please sign in to comment.