Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33999, comment 18


Ignore:
Timestamp:
07/25/2016 02:51:39 PM (8 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33999, comment 18

    initial v1  
    77|| `dirname( 'file.php' )` || `"."`  ||`"."` ||
    88|| `dirname( '/.maintenance' )` || `"\"`  ||`"/"` ||
     9|| `dirname( 'foo/.maintenance' )` || `"foo"`  ||`"foo"` ||
     10|| `dirname( '/foo/.maintenance' )` || `"/foo"`  ||`"/foo"` ||
     11
    912
    1013[attachment:33999.patch] adds a check for a backslash.