diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 6f853a5b93..875d400db0 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -179,7 +179,7 @@ function the_content($more_link_text = null, $stripteaser = 0, $more_file = '') function get_the_content($more_link_text = null, $stripteaser = 0, $more_file = '') { global $id, $post, $more, $page, $pages, $multipage, $preview, $pagenow; - if ( null == $more_link_text ) + if ( null === $more_link_text ) $more_link_text = __( '(more...)' ); $output = '';