foot'; /** * Public Plugin name for dashboard heading * * After properly displaying in dashboard headings until WPv5.4, the above started * in WPv5.5 being torn apart as if the headline was text-align:justify and not * the last line. That ugly display bug badly affected the plugin’s communication. * The only working solution found so far is using position:fixed in one heading * that isn’t translated, and dropping the logo in another, translatable heading. * * @since 2.0.4 * @var string */ const C_STR_PLUGIN_HEADING_NAME = 'footnotes'; /** * Html tag for the LOVE symbol. * * @since 1.5.0 * @var string */ const C_STR_LOVE_SYMBOL = ''; /** * HTML code for the 'love' symbol used in dashboard heading * * @since 2.0.4 * @var string */ const C_STR_LOVE_SYMBOL_HEADING = ''; /** * Short code to DON'T display the 'LOVE ME' slug on certain pages. * * @since 1.5.0 * @var string */ const C_STR_NO_LOVE_SLUG = '[[no footnotes: love]]'; }