Skip to content

Commit

Permalink
Merge pull request #70 from mbtools/release_462_b
Browse files Browse the repository at this point in the history
Remove "latest" from page head
  • Loading branch information
marcissimus committed Dec 16, 2023
2 parents 6da6be3 + 7629fb7 commit 3ffcab2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version 4.6.2 - 16 December 2023
============================================
- Remove "latest" from page head (#70)
- Fix PHP deprecate in settings (#67)
- Old versions available in archive repo (#66)
- Fix PHP warning in sitemap (#64)
Expand Down
2 changes: 1 addition & 1 deletion code/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,6 @@ function suffusion_get_horizontal_components($include = array(), $exclude = arra
* https://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/
*/
function suffusion_replace_version() {
return 'latest';
return '';
}
add_filter('the_generator', 'suffusion_replace_version');
Binary file modified dist/suffusion.4.6.2.zip
Binary file not shown.

0 comments on commit 3ffcab2

Please sign in to comment.