Changeset 1586813
- Timestamp:
- 02/01/2017 09:55:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
display-all-image-sizes/trunk/display-all-image-sizes.php
r1586810 r1586813 118 118 119 119 function wpshout_deslug( $string ) { 120 return ucwords( str_replace( '-', ' ', $string ) );120 return ucwords( str_replace( array( '-', '_' ), ' ', $string ) ); 121 121 }
Note: See TracChangeset
for help on using the changeset viewer.