mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Fix formatting, tense, verb conjugation, and other syntax for wp-includes/* elements introduced or changed in 4.6.
Part 1/2. See #37318. git-svn-id: https://develop.svn.wordpress.org/trunk@38121 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1708,8 +1708,8 @@ function safecss_filter_attr( $css, $deprecated = '' ) {
|
||||
* Filters list of allowed CSS attributes.
|
||||
*
|
||||
* @since 2.8.1
|
||||
* @since 4.4.0 `min-height`, `max-height`, `min-width`, and `max-width` were added.
|
||||
* @since 4.6.0 `list-style-type` was added.
|
||||
* @since 4.4.0 Added support for `min-height`, `max-height`, `min-width`, and `max-width`.
|
||||
* @since 4.6.0 Added support for `list-style-type`.
|
||||
*
|
||||
* @param array $attr List of allowed CSS attributes.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user