Opened 20 years ago
Closed 20 years ago
#3246 closed enhancement (fixed)
make menu items in menu-headers.php relative
| Reported by: | bmontgom | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | SSL dev-feedback |
| Cc: | Focuses: |
Description
The URIs for the menu items in menu-headers.php are not relative URIs. These are the only URIs on the page that are not this way. I've been working on a plugin to allow for the login, register, and admin functions to be done using SSL. It is working, but I had to modify menu-headers.php to make the menu item URIs relative in order to get everything correct. A patch for my changes is attached.
Attachments (1)
Change History (6)
#1
@
20 years ago
- Keywords SSL added
You can use Secure Admin which used in WordPress.Com, see: http://wordpress.com/blog/2006/03/08/secure-blogging/.
#2
@
20 years ago
- Keywords dev-feedback added
- Milestone → 2.1
- Version → 2.1
ENV: WP trunk svn r4415
With my limited knowledge, I can't think of a negative to having the URLs be relative, and I see a small benefit.
Adding Milestone and putting it to dev-feedback
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
patch for menu-headers.php