Plugin Directory

Changeset 601834


Ignore:
Timestamp:
09/21/2012 01:35:00 AM (14 years ago)
Author:
prometh
Message:

header and readme updates

Location:
absolute-to-relative-urls
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • absolute-to-relative-urls/tags/0.3.1/absolute-to-relative-urls.php

    r593259 r601834  
    22/*
    33Plugin Name: Absolute-to-Relative URLs
    4 Plugin URI: http://www.svachon.com/
    5 Description: A <strong>function</strong> for use in shortening URL links. Just use <code><strong>absolute_to_relative_url</strong>( string <em>$url</em> [, bool <em>$ignore_www</em> = <em>false</em> [, int <em>$output_type</em> = <em>2</em>]] )</code>.
     4Plugin URI: http://www.svachon.com/blog/absolute-to-relative-urls/
     5Description: A <strong>function</strong> for use in shortening URL links. Just use <code><strong>absolute_to_relative_url</strong>( string <em>$url</em> [, bool <em>$ignore_www</em> = <em>true</em> [, bool <em>$choose_shortest</em> = <em>true</em>]] )</code>.
    66Version: 0.3.1
    77Author: Steven Vachon
    88Author URI: http://www.svachon.com/
    9 Author Email: prometh@gmail.com
     9Author Email: contact@svachon.com
    1010*/
    11 
    1211
    1312class Absolute_to_Relative_URLs
  • absolute-to-relative-urls/tags/0.3.1/readme.txt

    r582123 r601834  
    22Author: Steven Vachon
    33URL: http://www.svachon.com/
    4 Contact: prometh@gmail.com
     4Contact: contact@svachon.com
    55Contributors: prometh
    66Tags: absolute, function, link, links, plugin, relative, shorten, url, urls
    77Requires at least: 3.2
    8 Tested up to: 3.4.1
     8Tested up to: 3.4.2
    99Stable tag: trunk
    1010
  • absolute-to-relative-urls/trunk/absolute-to-relative-urls.php

    r593259 r601834  
    22/*
    33Plugin Name: Absolute-to-Relative URLs
    4 Plugin URI: http://www.svachon.com/
    5 Description: A <strong>function</strong> for use in shortening URL links. Just use <code><strong>absolute_to_relative_url</strong>( string <em>$url</em> [, bool <em>$ignore_www</em> = <em>false</em> [, int <em>$output_type</em> = <em>2</em>]] )</code>.
     4Plugin URI: http://www.svachon.com/blog/absolute-to-relative-urls/
     5Description: A <strong>function</strong> for use in shortening URL links. Just use <code><strong>absolute_to_relative_url</strong>( string <em>$url</em> [, bool <em>$ignore_www</em> = <em>true</em> [, bool <em>$choose_shortest</em> = <em>true</em>]] )</code>.
    66Version: 0.3.1
    77Author: Steven Vachon
    88Author URI: http://www.svachon.com/
    9 Author Email: prometh@gmail.com
     9Author Email: contact@svachon.com
    1010*/
    11 
    1211
    1312class Absolute_to_Relative_URLs
  • absolute-to-relative-urls/trunk/readme.txt

    r582122 r601834  
    22Author: Steven Vachon
    33URL: http://www.svachon.com/
    4 Contact: prometh@gmail.com
     4Contact: contact@svachon.com
    55Contributors: prometh
    66Tags: absolute, function, link, links, plugin, relative, shorten, url, urls
    77Requires at least: 3.2
    8 Tested up to: 3.4.1
     8Tested up to: 3.4.2
    99Stable tag: trunk
    1010
Note: See TracChangeset for help on using the changeset viewer.