mirror of
git://develop.git.wordpress.org/
synced 2025-04-04 20:23:27 +02:00
Coding Standards: Correct the deprecation version for _filter_query_attachment_filenames()
.
Follow-up to [54524], [54534]. Props jrf. Merges [54878] to the 6.0 branch. See #56791. git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54880 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3a6dbcde6e
commit
34d1e48811
@ -4324,7 +4324,7 @@ function wp_add_iframed_editor_assets_html() {
|
||||
* @return array The unmodified clauses.
|
||||
*/
|
||||
function _filter_query_attachment_filenames( $clauses ) {
|
||||
_deprecated_function( __FUNCTION__, '4.9.9', 'add_filter( "wp_allow_query_attachment_by_filename", "__return_true" )' );
|
||||
_deprecated_function( __FUNCTION__, '6.0.3', 'add_filter( "wp_allow_query_attachment_by_filename", "__return_true" )' );
|
||||
remove_filter( 'posts_clauses', __FUNCTION__ );
|
||||
return $clauses;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user