File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ final class CapabilitiesSniff extends AbstractFunctionParameterSniff {
173173 *
174174 * List is sorted alphabetically.
175175 *
176- * {@internal To be updated after every major release. Last updated for WordPress 6.1.0 .}
176+ * {@internal To be updated after every major release. Last updated for WordPress 6.8.1 .}
177177 *
178178 * @since 3.0.0
179179 *
@@ -229,6 +229,7 @@ final class CapabilitiesSniff extends AbstractFunctionParameterSniff {
229229 'edit_app_password ' => true ,
230230 'edit_categories ' => true ,
231231 'edit_block ' => true , // Only seen in tests.
232+ 'edit_block_binding ' => true ,
232233 'edit_blocks ' => true , // Alias for 'edit_posts', but supported.
233234 'edit_comment ' => true , // Alias, but supported.
234235 'edit_comment_meta ' => true ,
You can’t perform that action at this time.
0 commit comments