Commit 71c98d77 authored by Canek Peláez's avatar Canek Peláez
Browse files

New name.

parent 4d70bbc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ case 'page':
              defaultLocale: '<?php echo (substr(get_locale(), 0, 2)); ?>'
          },
          series: [{
              name: '<?php _e("Word count", "word-count"); ?>',
              name: '<?php _e("Word count", "free-word-count"); ?>',
              data: [ <?php
$i = 0;
foreach (array_keys($unit_count) as $unit) {
+1 −1
Original line number Diff line number Diff line
<form method="get" action="<?php echo admin_url('admin.php'); ?>">
  <input type="hidden" name="page" value="word-count" />
  <input type="hidden" name="page" value="free-word-count" />
  <input type="hidden" name="wc-tab" value="<?php echo get_wc_tab(); ?>" />
  <div class="wrap">
    <h2><?php _e('Word count and statistics for posts and pages', 'free-word-count'); ?></h2>
+1 −1
Original line number Diff line number Diff line
<form method="get" action="<?php echo admin_url('admin.php'); ?>">
  <input type="hidden" name="page" value="word-count" />
  <input type="hidden" name="page" value="free-word-count" />
  <input type="hidden" name="wc-tab" value="<?php echo get_wc_tab(); ?>" />
  <div class="wrap">
    <h2><?php _e('Word count and statistics for posts and pages', 'free-word-count'); ?></h2>
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ $wc_total_all = $results[0]->total;
?>
<script src="<?php echo $base_url; ?>/apexcharts/apexcharts.js"></script>
<form method="get" action="<?php echo admin_url('admin.php'); ?>">
  <input type="hidden" name="page" value="word-count" />
  <input type="hidden" name="page" value="free-word-count" />
  <input type="hidden" name="wc-tab" value="<?php echo get_wc_tab(); ?>" />
  <div class="wrap">
    <h2><?php _e('Word count and statistics for posts and pages', 'free-word-count'); ?></h2>
+1 −1
Original line number Diff line number Diff line
<form method="get" action="<?php echo admin_url('admin.php'); ?>">
  <input type="hidden" name="page" value="word-count" />
  <input type="hidden" name="page" value="free-word-count" />
  <input type="hidden" name="wc-tab" value="<?php echo get_wc_tab(); ?>" />
  <div class="wrap">
    <h2><?php _e('Word count and statistics for posts and pages', 'free-word-count'); ?></h2>
Loading