Changeset 601834
- Timestamp:
- 09/21/2012 01:35:00 AM (14 years ago)
- Location:
- absolute-to-relative-urls
- Files:
-
- 4 edited
-
tags/0.3.1/absolute-to-relative-urls.php (modified) (1 diff)
-
tags/0.3.1/readme.txt (modified) (1 diff)
-
trunk/absolute-to-relative-urls.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
absolute-to-relative-urls/tags/0.3.1/absolute-to-relative-urls.php
r593259 r601834 2 2 /* 3 3 Plugin 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>.4 Plugin URI: http://www.svachon.com/blog/absolute-to-relative-urls/ 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>true</em> [, bool <em>$choose_shortest</em> = <em>true</em>]] )</code>. 6 6 Version: 0.3.1 7 7 Author: Steven Vachon 8 8 Author URI: http://www.svachon.com/ 9 Author Email: prometh@gmail.com9 Author Email: contact@svachon.com 10 10 */ 11 12 11 13 12 class Absolute_to_Relative_URLs -
absolute-to-relative-urls/tags/0.3.1/readme.txt
r582123 r601834 2 2 Author: Steven Vachon 3 3 URL: http://www.svachon.com/ 4 Contact: prometh@gmail.com4 Contact: contact@svachon.com 5 5 Contributors: prometh 6 6 Tags: absolute, function, link, links, plugin, relative, shorten, url, urls 7 7 Requires at least: 3.2 8 Tested up to: 3.4. 18 Tested up to: 3.4.2 9 9 Stable tag: trunk 10 10 -
absolute-to-relative-urls/trunk/absolute-to-relative-urls.php
r593259 r601834 2 2 /* 3 3 Plugin 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>.4 Plugin URI: http://www.svachon.com/blog/absolute-to-relative-urls/ 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>true</em> [, bool <em>$choose_shortest</em> = <em>true</em>]] )</code>. 6 6 Version: 0.3.1 7 7 Author: Steven Vachon 8 8 Author URI: http://www.svachon.com/ 9 Author Email: prometh@gmail.com9 Author Email: contact@svachon.com 10 10 */ 11 12 11 13 12 class Absolute_to_Relative_URLs -
absolute-to-relative-urls/trunk/readme.txt
r582122 r601834 2 2 Author: Steven Vachon 3 3 URL: http://www.svachon.com/ 4 Contact: prometh@gmail.com4 Contact: contact@svachon.com 5 5 Contributors: prometh 6 6 Tags: absolute, function, link, links, plugin, relative, shorten, url, urls 7 7 Requires at least: 3.2 8 Tested up to: 3.4. 18 Tested up to: 3.4.2 9 9 Stable tag: trunk 10 10
Note: See TracChangeset
for help on using the changeset viewer.