Admin now uses WP_PLUGIN_DIR and WP_PLUGIN_URL to figure out where it lives instead of manually munging stuff based on PLUGINDIR. #5

Open
egypturnash wants to merge 1 commits from egypturnash/adminworkswithrelocateddirectories into master
egypturnash commented 2012-08-16 23:05:50 +00:00 (Migrated from github.com)

cpm_get_plugin_url() has been largely cloned from cpm_get_plugin_path(), use these to get the URL and the file path, respectively, as they may be different in secured setups.

cpm_get_plugin_url() has been largely cloned from cpm_get_plugin_path(), use these to get the URL and the file path, respectively, as they may be different in secured setups.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b egypturnash/adminworkswithrelocateddirectories master
git pull origin egypturnash/adminworkswithrelocateddirectories

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff egypturnash/adminworkswithrelocateddirectories
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/comicpress-manager-1.4#5
No description provided.