Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Filter wp_get_attachment_url for root relative URLs on post thumbnails #50

Merged
merged 1 commit into from
Mar 13, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Filter wp_get_attachment_url for root relative URLs on post thumbnails
einkoro committed Mar 3, 2015
commit 00b3e0ea4c093d9994d2fa00f8c3bdc20e535e02
1 change: 1 addition & 0 deletions modules/relative-urls.php
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@ function enable_root_relative_urls() {
'the_permalink',
'wp_list_pages',
'wp_list_categories',
'wp_get_attachment_url',
'the_content_more_link',
'the_tags',
'get_pagenum_link',