Making WordPress.org

Ticket #3341: 3341.patch

File 3341.patch, 1.4 KB (added by joostdevalk, 8 years ago)

Patch

  • wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-plugins-language-packs.php

    diff --git wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-plugins-language-packs.php wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-plugins-language-packs.php
    index 6847a415..e9f0bccd 100644
    gp_tmpl_header(); 
    5959                }
    6060                echo '</ul>';
    6161        } else {
    62                 echo '<p>The are no language packs yet.</p>';
     62                echo '<p>There are no language packs yet.</p>';
    6363        }
    6464        ?>
    6565</div>
  • wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-themes-language-packs.php

    diff --git wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-themes-language-packs.php wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-themes-language-packs.php
    index 73130214..f7b0794a 100644
    gp_tmpl_header(); 
    5959                }
    6060                echo '</ul>';
    6161        } else {
    62                 echo '<p>The are no language packs yet.</p>';
     62                echo '<p>There are no language packs yet.</p>';
    6363        }
    6464        ?>
    6565</div>