File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ public function set_url_params( $params ) {
535535 *
536536 * @since 4.4.0
537537 *
538- * @return array Parameter map of key to value
538+ * @return array Parameter map of key to value.
539539 */
540540 public function get_query_params () {
541541 return $ this ->params ['GET ' ];
@@ -587,7 +587,7 @@ public function set_body_params( $params ) {
587587 *
588588 * @since 4.4.0
589589 *
590- * @return array Parameter map of key to value
590+ * @return array Parameter map of key to value.
591591 */
592592 public function get_file_params () {
593593 return $ this ->params ['FILES ' ];
@@ -613,7 +613,7 @@ public function set_file_params( $params ) {
613613 *
614614 * @since 4.4.0
615615 *
616- * @return array Parameter map of key to value
616+ * @return array Parameter map of key to value.
617617 */
618618 public function get_default_params () {
619619 return $ this ->params ['defaults ' ];
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ public function __construct() {
167167 * @since 4.4.0
168168 *
169169 * @return WP_Error|null|true WP_Error indicates unsuccessful login, null indicates successful
170- * or no authentication provided
170+ * or no authentication provided.
171171 */
172172 public function check_authentication () {
173173 /**
@@ -227,7 +227,7 @@ protected function error_to_response( $error ) {
227227 * @param string $code WP_Error-style code.
228228 * @param string $message Human-readable message.
229229 * @param int|null $status Optional. HTTP status code to send. Default null.
230- * @return string JSON representation of the error
230+ * @return string JSON representation of the error.
231231 */
232232 protected function json_error ( $ code , $ message , $ status = null ) {
233233 if ( $ status ) {
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ function _filter_do_shortcode_context() {
319319 * @global array $shortcode_tags
320320 *
321321 * @param array $tagnames Optional. List of shortcodes to find. Defaults to all registered shortcodes.
322- * @return string The shortcode search regular expression
322+ * @return string The shortcode search regular expression.
323323 */
324324function get_shortcode_regex ( $ tagnames = null ) {
325325 global $ shortcode_tags ;
Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ function get_embed_template() {
627627 *
628628 * @see get_query_template()
629629 *
630- * @return string Full path to singular template file
630+ * @return string Full path to singular template file.
631631 */
632632function get_singular_template () {
633633 return get_query_template ( 'singular ' );
You can’t perform that action at this time.
0 commit comments