constant READ_MORE_LINK_TEXT_DEFAULT in Read More Link 7
4 uses of READ_MORE_LINK_TEXT_DEFAULT
- read_more_admin_settings in ./
read_more.admin.inc - Displays the settings form.
- read_more_update_7101 in ./
read_more.install - Rename variables per refactoring
- read_more_variable_info in ./
read_more.variable.inc - Implements hook_variable_info().
- _read_more_link_text in ./
read_more.module - The read-more:link-text token contains the text that will be wrapped in a link, but without the link.
File
- ./
read_more.module, line 12 - Customize the "Read More" link shown in teasers.
Code
define('READ_MORE_LINK_TEXT_DEFAULT', '<strong>Read more<span class="element-invisible"> about [node:title]</span></strong>');