Changeset 2788857
- Timestamp:
- 09/22/2022 06:24:04 PM (4 years ago)
- File:
-
- 1 edited
-
ldd-directory-lite/trunk/includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ldd-directory-lite/trunk/includes/functions.php
r2359247 r2788857 318 318 319 319 function ldd_my_custom_fonts() { 320 echo '<style>320 echo esc_html('<style> 321 321 .mce-i-main:before{} 322 322 .mce-menu-item-normal.mce-active {background:#fff !important; color:#333 !important} … … 327 327 font-weight: bold;} 328 328 329 </style>' ;329 </style>'); 330 330 } 331 331
Note: See TracChangeset
for help on using the changeset viewer.