Changeset 593259
- Timestamp:
- 09/01/2012 06:56:40 AM (14 years ago)
- Location:
- absolute-to-relative-urls
- Files:
-
- 2 edited
-
tags/0.3.1/absolute-to-relative-urls.php (modified) (1 diff)
-
trunk/absolute-to-relative-urls.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
absolute-to-relative-urls/tags/0.3.1/absolute-to-relative-urls.php
r593258 r593259 3 3 Plugin Name: Absolute-to-Relative URLs 4 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> [, bool<em>$output_type</em> = <em>2</em>]] )</code>.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>. 6 6 Version: 0.3.1 7 7 Author: Steven Vachon -
absolute-to-relative-urls/trunk/absolute-to-relative-urls.php
r593258 r593259 3 3 Plugin Name: Absolute-to-Relative URLs 4 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> [, bool<em>$output_type</em> = <em>2</em>]] )</code>.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>. 6 6 Version: 0.3.1 7 7 Author: Steven Vachon
Note: See TracChangeset
for help on using the changeset viewer.