* @copyright Copyright (c) 2008 - 2014, Justin Tadlock * @link http://themehybrid.com/hybrid-core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ /* === Deprecated Functions === */ /** * Creates new shortcodes for use in any shortcode-ready area. * * @since 0.8.0 * @deprecated 2.0.4 * @access public * @return void */ // function h-y-b-r-i-d_a-d-d_s-h-o-r-t-c-o-d-e-s() {} /** * Shortcode to display the current year. * * @since 0.6.0 * @deprecated 2.0.4 * @access public * @return string */ function hybrid_the_year_shortcode() { return date_i18n( 'Y' ); } /** * Shortcode to display a link back to the site. * * @since 0.6.0 * @deprecated 2.0.4 * @access public * @return string */ function hybrid_site_link_shortcode() { return hybrid_get_site_link(); } /** * Shortcode to display a link to WordPress.org. * * @since 0.6.0 * @deprecated 2.0.4 * @access public * @return string */ function hybrid_wp_link_shortcode() { return hybrid_get_wp_link(); } /** * Shortcode to display a link to the parent theme page. * * @since 0.6.0 * @deprecated 2.0.4 * @access public * @return string */ function hybrid_theme_link_shortcode() { return hybrid_get_theme_link(); } /** * Shortcode to display a link to the child theme's page. * * @since 0.6.0 * @deprecated 2.0.4 * @access public * @return string */ function hybrid_child_link_shortcode() { return hybrid_get_child_theme_link(); } /* === Removed Functions === */ /* Functions removed in the 2.0 branch. */ function hybrid_function_removed() {} function post_format_tools_post_has_content() {} function post_format_tools_url_grabber() {} function post_format_tools_get_image_attachment_count() {} function post_format_tools_get_video() {} function get_atomic_template() {} function do_atomic() {} function apply_atomic() {} function apply_atomic_shortcode() {} function hybrid_body_attributes() {} function hybrid_body_class() {} function hybrid_get_body_class() {} function hybrid_footer_content() {} function hybrid_post_attributes() {} function hybrid_post_class() {} function hybrid_entry_class() {} function hybrid_get_post_class() {} function hybrid_comment_attributes() {} function hybrid_comment_class() {} function hybrid_get_comment_class() {} function hybrid_avatar() {} function hybrid_document_title() {} function hybrid_loginout_link_shortcode() {} function hybrid_query_counter_shortcode() {} function hybrid_nav_menu_shortcode() {} function hybrid_entry_edit_link_shortcode() {} function hybrid_entry_published_shortcode() {} function hybrid_entry_comments_link_shortcode() {} function hybrid_entry_author_shortcode() {} function hybrid_entry_terms_shortcode() {} function hybrid_entry_title_shortcode() {} function hybrid_entry_shortlink_shortcode() {} function hybrid_entry_permalink_shortcode() {} function hybrid_post_format_link_shortcode() {} function hybrid_comment_published_shortcode() {} function hybrid_comment_author_shortcode() {} function hybrid_comment_permalink_shortcode() {} function hybrid_comment_edit_link_shortcode() {} function hybrid_comment_reply_link_shortcode() {} function hybrid_get_transient_expiration() {} function hybrid_translate() {} function hybrid_translate_plural() {} function hybrid_gettext() {} function hybrid_gettext_with_context() {} function hybrid_ngettext() {} function hybrid_ngettext_with_context() {} function hybrid_extensions_gettext() {} function hybrid_extensions_gettext_with_context() {} function hybrid_extensions_ngettext() {} function hybrid_extensions_ngettext_with_context() {} function hybrid_register_widgets() {} function hybrid_unregister_widgets() {}