﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
16177,bloginfo() to return https/ssl url,jtlowe22,,"bloginfo() should include a parameter that allows the function to return the 'https' URL string. 

example: bloginfo(""secure_url"")


{{{
case 'secure_url' :
  $output =  home_url();
  $output = str_replace('http://', 'https://', $output);
  break;
}}}


",enhancement,closed,normal,,General,3.1,normal,invalid,,
