Changeset 299516
- Timestamp:
- 11/21/2025 02:03:34 AM (3 days ago)
- Location:
- life-coach/1.1.2
- Files:
-
- 4 edited
- 1 copied
-
. (copied) (copied from life-coach/1.1.1)
-
functions.php (modified) (1 diff)
-
languages/life-coach.pot (modified) (6 diffs)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
life-coach/1.1.2/functions.php
r171204 r299516 13 13 */ 14 14 load_child_theme_textdomain( 'life-coach', get_stylesheet_directory() . '/languages' ); 15 16 // Add support for padding control 17 add_theme_support( 'custom-spacing' ); 18 19 // Add support for border 20 add_theme_support( 'border' ); 21 22 // Add support for link color 23 add_theme_support( 'link-color' ); 24 25 // Add support for custom line height 26 add_theme_support( 'custom-line-height' ); 15 27 16 28 } -
life-coach/1.1.2/languages/life-coach.pot
r171204 r299516 1 # <!=Copyright (C) 202 2Blossom Themes1 # <!=Copyright (C) 2025 Blossom Themes 2 2 # This file is distributed under the GNU General Public License v3 or later.=!> 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Life Coach 1.1. 1\n"5 "Project-Id-Version: Life Coach 1.1.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/life-coach\n" 7 "POT-Creation-Date: 202 2-07-07 05:54:09+00:00\n"7 "POT-Creation-Date: 2025-11-17 04:23:55+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 202 2-MO-DA HO:MI+ZONE\n"11 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 13 "Language-Team: LANGUAGE <LL@li.org>\n" … … 23 23 "X-Poedit-Bookmarks: \n" 24 24 "X-Textdomain-Support: yes\n" 25 "X-Generator: grunt-wp-i18n 1.0. 3\n"25 "X-Generator: grunt-wp-i18n 1.0.4\n" 26 26 27 #: functions.php: 5127 #: functions.php:63 28 28 msgid "Demo & Documentation" 29 29 msgstr "" 30 30 31 #: functions.php: 6431 #: functions.php:76 32 32 msgid "Demo Link: %1$sClick here.%2$s" 33 33 msgstr "" 34 34 35 #: functions.php: 6635 #: functions.php:78 36 36 msgid "Documentation Link: %1$sClick here.%2$s" 37 37 msgstr "" 38 38 39 #: functions.php: 9539 #: functions.php:107 40 40 msgid "Site Title Font" 41 41 msgstr "" 42 42 43 #: functions.php: 9643 #: functions.php:108 44 44 msgid "Site title and tagline font." 45 45 msgstr "" 46 46 47 #: functions.php:1 1847 #: functions.php:130 48 48 msgid "Site Title Font Size" 49 49 msgstr "" 50 50 51 #: functions.php:1 1951 #: functions.php:131 52 52 msgid "Change the font size of your site title." 53 53 msgstr "" 54 54 55 #: functions.php:1 3455 #: functions.php:146 56 56 msgid "Typography" 57 57 msgstr "" 58 58 59 #: functions.php:1 5459 #: functions.php:166 60 60 msgid "Primary Font" 61 61 msgstr "" 62 62 63 #: functions.php:1 5563 #: functions.php:167 64 64 msgid "Primary font of the site." 65 65 msgstr "" 66 66 67 #: functions.php:1 7667 #: functions.php:188 68 68 msgid "Secondary Font" 69 69 msgstr "" 70 70 71 #: functions.php:1 7771 #: functions.php:189 72 72 msgid "Secondary font of the site." 73 73 msgstr "" 74 74 75 #: functions.php: 19875 #: functions.php:210 76 76 msgid "Load Google Fonts Locally" 77 77 msgstr "" 78 78 79 #: functions.php: 19979 #: functions.php:211 80 80 msgid "" 81 81 "Enable to load google fonts from your own server instead from google's CDN. " … … 84 84 msgstr "" 85 85 86 #: functions.php:2 1886 #: functions.php:230 87 87 msgid "Preload Local Fonts" 88 88 msgstr "" 89 89 90 #: functions.php:2 1990 #: functions.php:231 91 91 msgid "Preloading Google fonts will speed up your website speed." 92 92 msgstr "" 93 93 94 #: functions.php:2 2794 #: functions.php:239 95 95 msgid "Click the button to reset the local fonts cache" 96 96 msgstr "" 97 97 98 #: functions.php:2 2998 #: functions.php:241 99 99 msgid "Flush Local Font Files" 100 100 msgstr "" 101 101 102 #: functions.php:2 43102 #: functions.php:255 103 103 msgid "Flush Local Fonts Cache" 104 104 msgstr "" 105 105 106 #: functions.php:4 50106 #: functions.php:462 107 107 msgid " Life Coach | Developed By " 108 108 msgstr "" … … 112 112 msgstr "" 113 113 114 #: functions.php:4 52114 #: functions.php:464 115 115 msgid " Powered by %s" 116 116 msgstr "" 117 117 118 #: functions.php:4 52118 #: functions.php:464 119 119 msgid "https://wordpress.org/" 120 120 msgstr "" … … 152 152 msgstr "" 153 153 154 #: functions.php:3 05154 #: functions.php:317 155 155 #. Translators: If there are characters in your language that are not supported 156 156 #. by respective fonts, translate this to 'off'. Do not translate into your own … … 160 160 msgstr "" 161 161 162 #: functions.php:3 06162 #: functions.php:318 163 163 msgctxt "Secondary Font: on or off" 164 164 msgid "on" 165 165 msgstr "" 166 166 167 #: functions.php:3 07167 #: functions.php:319 168 168 msgctxt "Site Title Font: on or off" 169 169 msgid "on" -
life-coach/1.1.2/readme.txt
r171204 r299516 3 3 Contributors: blossomthemes 4 4 Requires at least: 4.7 5 Tested up to: 6. 06 Stable tag: 1.1. 17 Requires PHP: 5.65 Tested up to: 6.8 6 Stable tag: 1.1.2 7 Requires PHP: 7.4 8 8 License: GNU General Public License v3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 45 45 46 46 == Changelog == 47 47 1.1.2 - November 17, 2025 48 * Added: New theme support for gutenberg block editor. 49 * Update: Updated WordPress Version to 6.8. 50 48 51 1.1.1 - July 07, 2022 49 52 * Added: feature to load google font locally -
life-coach/1.1.2/style.css
r171204 r299516 10 10 License: GNU General Public License v3 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html 12 Tested up to: 6. 013 Requires PHP: 5.614 Version: 1.1. 112 Tested up to: 6.8 13 Requires PHP: 7.4 14 Version: 1.1.2 15 15 */ 16 16
Note: See TracChangeset
for help on using the changeset viewer.