Title: Missing translation function
Last modified: December 16, 2025

---

# Missing translation function

 *  [malimart](https://wordpress.org/support/users/malimart/)
 * (@malimart)
 * [6 months ago](https://wordpress.org/support/topic/missing-translation-function-2/)
 * There is a missing translation function in the source code, which prevents the
   string from being translated. The location of the string is `/wp-last-modified-
   info/inc/Api/Callbacks/ManagerCallbacks.php` on line 166.
 * Current line
 *     ```wp-block-code
       $default = '<p class="post-modified-info">Last Updated on %post_modified% by <a href="%author_url%" target="_blank" class="last-modified-author">%author_name%</a></p>';
       ```
   
 * My fix
 *     ```wp-block-code
       $default = '<p class="post-modified-info">' . __( 'Last Updated on', 'wp-last-modified-info') . ' %post_modified% ' . __('by', 'wp-last-modified-info') .  ' <a href="%author_url%" target="_blank" class="last-modified-author">%author_name%</a></p>';
       ```
   

The topic ‘Missing translation function’ is closed to new replies.

 * ![](https://ps.w.org/wp-last-modified-info/assets/icon-256x256.png?rev=2844152)
 * [WP Last Modified Info](https://wordpress.org/plugins/wp-last-modified-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-last-modified-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-last-modified-info/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-last-modified-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-last-modified-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-last-modified-info/reviews/)

## Tags

 * [translations](https://wordpress.org/support/topic-tag/translations/)

 * 0 replies
 * 1 participant
 * Last reply from: [malimart](https://wordpress.org/support/users/malimart/)
 * Last activity: [6 months ago](https://wordpress.org/support/topic/missing-translation-function-2/)
 * Status: not resolved