mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Docblock corrections and improvements, mostly related to various pre_* filters.
See #47110 git-svn-id: https://develop.svn.wordpress.org/trunk@46232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3836,8 +3836,8 @@ function ent2ncr( $text ) {
|
||||
*
|
||||
* @since 3.3.0
|
||||
*
|
||||
* @param null $converted_text The text to be converted. Default null.
|
||||
* @param string $text The text prior to entity conversion.
|
||||
* @param string|null $converted_text The text to be converted. Default null.
|
||||
* @param string $text The text prior to entity conversion.
|
||||
*/
|
||||
$filtered = apply_filters( 'pre_ent2ncr', null, $text );
|
||||
if ( null !== $filtered ) {
|
||||
|
||||
Reference in New Issue
Block a user