id
if ('pet' == $screen->id ) {
$contextual_help =
'
' . __('ADA Plugin Help', 'wp-ada') . '
' .
'' . __('In this screen, add a pet available for adoption, lost, found pet etc. All pets stores individual data such breed, colors, size and more.', 'wp-ada') . '
' .
'' .
'- ' . __('Post Title - fill with the animal name','wp-ada') . '
' .
'- ' . __('Text Area - Add extended info, pictures, videos, links anything else about the animal.', 'wp-ada') . '
' .
'
' .
'' . __('Also, you can find some boxes that handle special informations:', 'wp-ada') . '
' .
'' .
'- ' . __('Animal Informations - most important informations about a pet. Here you inform the type, status, size etc.', 'wp-ada') . '
' .
'- ' . __('Contact Information - if you run a site not involved in the process, you must inform where visitors should ask about this pet.', 'wp-ada') . '
' .
'- ' . __('Pet Control - helps keeping a side control and also stores process fee, if any.', 'wp-ada') . '
' .
'- ' . __('Lost & Found - questions regarding lost and found pets.', 'wp-ada') . '
' .
'
' .
'' . __('Note on roles and capabilities: some features such add new pet types, states etc are restrict to Authors and Administrators.', 'wp-ada') . '
' .
'' . __('More Help with ADA plugin:', 'wp-ada') . '
'.
'' . __('ADA Plugin site', 'wp-ada') . '
' ;
}
return $contextual_help;
}
?>