Changes between Initial Version and Version 1 of Ticket #22138, comment 1
- Timestamp:
- 10/09/2012 06:17:11 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22138, comment 1
initial v1 1 1 Possible Resolution: 2 2 {{{ 3 3 function wp_basename( $path, $suffix = '' ) { 4 4 $path = str_replace( '\', '/', $path ); … … 7 7 8 8 } 9 }}}