Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22138, comment 1


Ignore:
Timestamp:
10/09/2012 06:17:11 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22138, comment 1

    initial v1  
    11Possible Resolution:
    2 
     2{{{
    33function wp_basename( $path, $suffix = '' ) {
    44$path = str_replace( '\', '/', $path );
     
    77
    88}
     9}}}