summaryrefslogtreecommitdiffstats
path: root/wp-includes/post-template.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/post-template.php')
-rw-r--r--wp-includes/post-template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php
index d339c7f..7acd655 100644
--- a/wp-includes/post-template.php
+++ b/wp-includes/post-template.php
@@ -330,7 +330,7 @@ function get_the_attachment_link($id = 0, $fullsize = false, $max_dims = false)
return "<a href=\"{$_post->guid}\" title=\"{$_post->post_title}\" >{$innerHTML}</a>";
} else {
- $p .= __('Missing attachment');
+ $p .= __('Missing Attachment');
}
return $p;
}