mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: @param fixes for a variety of docblocks.
See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@36232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1671,6 +1671,10 @@ function kses_init() {
|
||||
* Inline CSS filter
|
||||
*
|
||||
* @since 2.8.1
|
||||
*
|
||||
* @param string $css A string of CSS rules.
|
||||
* @param string $deprecated Not used.
|
||||
* @return string Filtered string of CSS rules.
|
||||
*/
|
||||
function safecss_filter_attr( $css, $deprecated = '' ) {
|
||||
if ( !empty( $deprecated ) )
|
||||
|
||||
Reference in New Issue
Block a user