Plugin Directory

Changeset 763711


Ignore:
Timestamp:
08/28/2013 03:34:36 PM (13 years ago)
Author:
henrichro
Message:

small typo fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hu-permalinks/trunk/hu-permalinks.php

    r656854 r763711  
    22/*
    33Plugin Name: HU Permalinks
     4Plugin URI: http://wordpress.org/plugins/hu-permalinks/
    45Description: Fixing the hungarian letters with accents in the permalinks.
    56Version: 1.02
    6 Author: Grávuj Miklós Henrich
    7 Author URI: http://henrich.ro
     7Author: Grávuj Miklós Henrich
     8Author URI: http://www.henrich.ro
    89*/
    910
     
    1516    $hun = array('"','+','!','%','=','(',')','Ö','ö','Ü','ü','Ó','ó','Õ','õ','Ú','ú','É','é','Á','á','Û','û','Í','í','?',',',':','.','_','-');
    1617    $alt = array('','','','','-','','','o','o','u','u','o','o','o','o','u','u','e','e','a','a','u','u','i','i','','','','','','-');
    17    
    1818    if ($permalink) return $permalink;
    19    
    2019    global $wpdb;
    2120    $hu_permalink = stripslashes($_POST['post_title']);
     
    2423    return $hu_permalink;
    2524}
    26 
    2725?>
Note: See TracChangeset for help on using the changeset viewer.