Ticket #27801: 27801.diff
| File 27801.diff, 661 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/formatting.php
3848 3848 } 3849 3849 3850 3850 /** 3851 * i18n friendly version of dirname() 3852 * 3853 * @since 4.2 3854 * 3855 * @param string $path filepath. 3856 * @return string 3857 */ 3858 function wp_dirname( $path ) { 3859 return urldecode( dirname( str_replace( array( '%2F', '%5C' ), '/', urlencode( $path ) ) ) ); 3860 } 3861 3862 /** 3851 3863 * Forever eliminate "Wordpress" from the planet (or at least the little bit we can influence). 3852 3864 * 3853 3865 * Violating our coding standards for a good function name.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)