Skip to content

Commit

Permalink
Fixing indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed Dec 18, 2018
1 parent 6ad3a77 commit 3adae0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/photon-cdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ public static function cdnize_assets() {
* Ensure correct relative path when
*
* @param string $relative The relative path of the script. False if it could not be determined.
* @param string $src The full source url of the script.
* @return string The expected relative path for the CDN-ed URL.
* @param string $src The full source url of the script.
* @return string The expected relative path for the CDN-ed URL.
*/
public static function fix_script_relative_path( $relative, $src ) {
return substr( $src, 1 + strpos( $src, '/wp-includes/' ) );
Expand Down

0 comments on commit 3adae0c

Please sign in to comment.