Make WordPress Core

Changes between Version 18 and Version 19 of Ticket #51092


Ignore:
Timestamp:
08/31/2020 07:29:27 AM (5 years ago)
Author:
carike
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51092 – Description

    v18 v19  
    272272                        "type": boolean
    273273                     },
    274                      "additionalItems": false
     274                     "additionalItems": {
     275                        "description": "A comma-separated list of capabilities that authorize a user to write information to the database within the code.",
     276                        "type": "string"
    275277                  }
    276278               }
     
    296298                        "type": "boolean",
    297299                     },
    298                      "additionalItems": false
     300                     "additionalItems": {
     301                        "description": "A comma-separated list of capabilities that authorize a user to create Custom Post Types within the code.",
     302                        "type": "string"
     303                     }
    299304                  }
    300305               }
     
    321326                        "type": "boolean"
    322327                     },
    323                      "additionalItems": false
     328                     "additionalItems": {
     329                        "description": "A comma-separated list of capabilities that authorize a user to create custom tables within the code.",
     330                        "type": "string"
    324331                  }
    325332               }