mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user