[wp-trac] [WordPress Trac] #11739: Add changelog or version info link to wp-admin/update-core.php

WordPress Trac wp-trac at lists.automattic.com
Wed Jan 6 11:59:15 UTC 2010


#11739: Add changelog or version info link to wp-admin/update-core.php
-----------------------------+----------------------------------------------
 Reporter:  dtoj             |       Owner:            
     Type:  feature request  |      Status:  new       
 Priority:  normal           |   Milestone:  Unassigned
Component:  Upgrade/Install  |     Version:  3.0       
 Severity:  normal           |    Keywords:            
-----------------------------+----------------------------------------------

Comment(by dtoj):

 Replying to [comment:1 dd32]:
 > Quick comments, That HTML doesnt seem like its valid,
 {{{...string...<p>...string...</p>}}} the first isnt in a paragraph?

 You are correct. The string {{{$message}}} is used in the context

 {{{
 echo '<p>';
 echo $message;
 echo '</p>';
 }}}

 so {{{$message}}} should be on the form {{{'line1</p><p>line2'}}}.

 I'll upload a new patch.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11739#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list