Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31675, comment 26


Ignore:
Timestamp:
05/01/2015 10:10:40 PM (8 years ago)
Author:
juggledad
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31675, comment 26

    initial v1  
    1313
    1414
    15 Just a question about this. For an existing themes - let's say that three users have the theme in production and have many widgets n the sidebar. Their sidebars have been given some ID and in each of the three users sites that ID could be different. Now how does a theme developer set an ID that won't mess up one or more of the users?
     15Just a question about this. For an existing themes - let's say that three users have the theme in production and have many widgets in the sidebar. Their sidebars have been given some ID and in each of the three users sites that ID could be different. Now how does a theme developer set an ID that won't mess up one or more of the users?
    1616
    17 If the answer is to query the existing value and use that, then what is the use of forcing the use of the ID, why not leave this the way it is - if a theme developer uses an ID great, if not use teh auto generated value.
     17If the answer is to query the existing value and use that, then what is the use of forcing the use of the ID, why not leave this the way it is - if a theme developer uses an ID great, if not use the auto generated value.
    1818
    1919Just wondering.