1.20.x drupal.inc drupal_placeholder($text)

Formats text for emphasized display in a placeholder inside a sentence.

Deprecated

since 1.0.0

See also

backdrop_placeholder()

Related topics

File

includes/drupal.inc, line 507
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_placeholder($text) {
  return backdrop_placeholder($text);
}