Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20506, comment 17


Ignore:
Timestamp:
04/24/2012 11:53:28 PM (13 years ago)
Author:
griffinjt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20506, comment 17

    initial v1  
    33Looking good on my end - no issues that I can see. The only thing I would change in your patch (nitpicky) is that the way you have called the global doesn't follow coding standards - see https://twitter.com/#!/nacin/status/192611263321358338 by nacin regarding the issue.
    44
    5 Should be `$GLOBALS['screen_layout_columns']` instead.
     5Should be `$GLOBALS['screen_layout_columns']` instead (only spaces is the key is a variable).