Plugin Directory

Changeset 327587


Ignore:
Timestamp:
12/31/2010 05:06:33 PM (15 years ago)
Author:
e2b
Message:

small fixes

Location:
hyphenator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hyphenator/trunk/options.php

    r327580 r327587  
    2727    "el-polyton" => "Ελληνικά (polyton)",
    2828    "el-monoton" => "Ελληνικά (monoton)",
    29     "grc" => "Ἑλληνικά (historic)",
     29    "grc" => "Ἑλληνικά (ancient)",
    3030    "be" => "Беларуская мова",
    3131    "bn" => "বাংলা",
     
    141141<?php
    142142        $i = 0;
    143         $count = ceil(count($hyphenator_langindex) / 5);
     143        $count = ceil(count($hyphenator_langindex) / 3);
    144144        foreach ($hyphenator_langindex as $lang => $language) {
    145145            if ($i % $count == 0 && $i != 0) {
  • hyphenator/trunk/readme.txt

    r145114 r327587  
    44Tags: hyphenator, hyphenation, hyphenate, hypen, softhyphen, pattern, JavaScript, HTML, XHTML, shy, Silbentrennung, Worttrennung, Trennmuster
    55Requires at least: 2.7
    6 Tested up to: 2.8.4
     6Tested up to: 3.0.4
    77Stable tag: 2.3.1
    88
Note: See TracChangeset for help on using the changeset viewer.