Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aurovrata committed Feb 24, 2019
1 parent 05e4d77 commit 04acc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reorder-posts-within-categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ public function printAdminPage()
{
if (!empty($_POST) && check_admin_referer('updateOptionSettings', 'nounceUpdateOptionReorder') && wp_verify_nonce($_POST['nounceUpdateOptionReorder'], 'updateOptionSettings')) {
do_action("deleteUnecessaryEntries"); ?>
<div class="updated"><p><strong><?php _e("Options saved.", "reorder-post-within-categories"); ?></strong> <?php _e("A sub-menu is now placed under each post type menu in your dashbaord to access the sorting page.", "reorder-post-within-categories"); ?></p></div>
<div class="updated"><p><strong><?php _e("Options saved.", "reorder-post-within-categories"); ?></strong> <?php _e("A sub-menu is now placed under each post type menu in your dashboard to access the sorting page.", "reorder-post-within-categories"); ?></p></div>
<?php
}
$settingsOptions = $this->getAdminOptions(); ?>
Expand Down

0 comments on commit 04acc6b

Please sign in to comment.