The standard install profile contains two references to "user-defined" settings...
standard.install, line 203:
// Insert default user-defined node types into the database.
standard.install, line 232:
// Insert default user-defined RDF mapping into the database.
These comments are misleading, as they may imply a choice made by a user during the installation. In fact, these settings are defined by the install profile developers.
(Originally noted by linclark in #623684: Improve documentation of rdf module, comment #23, but not just restricted to the RDF documentation.)
Comments
Comment #1
andrewmacpherson commentedHere's a simple patch.
It changes "user-defined" to "pre-defined" for both of these comments.
Comment #2
andrewmacpherson commentedforgot to update status
Comment #3
David_Rothstein commentedSeems to make a lot of sense.
Comment #4
dries commentedCommitted to CVS HEAD.