WP_Locale::register_globals()

In this article

This method has been deprecated. For backward compatibility only instead.

Global variables are deprecated.

Description

For backward compatibility only.

Source

 *
 * @since 2.1.0
 *
 * @param string $meridiem Either 'am', 'pm', 'AM', or 'PM'. Not translated version.
 * @return string Translated version
 */
public function get_meridiem( $meridiem ) {

Changelog

VersionDescription
2.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.