Docs: Remove unused $posts global reference in get_attachment_template().

Follow-up to [32628], [32804].

Props viralsampat.
See #60021.

git-svn-id: https://develop.svn.wordpress.org/trunk@57223 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2023-12-22 14:50:04 +00:00
parent d1faee936d
commit e3731cc113

View File

@@ -654,8 +654,6 @@ function get_singular_template() {
*
* @see get_query_template()
*
* @global array $posts
*
* @return string Full path to attachment template file.
*/
function get_attachment_template() {