Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16695, comment 6


Ignore:
Timestamp:
03/01/2011 06:20:18 PM (13 years ago)
Author:
garyc40
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16695, comment 6

    initial v1  
    77* Code duplication is addressed. Reduce total lines from 579 to 384.
    88
    9 * Unobtrusive JavaScript such as `document.write()` or `onclick="edInsertButton(...)"` is not used.
     9* ~~Unobtrusive~~ Obtrusive JavaScript such as `document.write()` or `onclick="edInsertButton(...)"` is not used.
    1010
    1111* Everything is properly namespaced, i.e. no more cluttered global scope.