mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-04 20:19:53 +08:00
代码格式调整
This commit is contained in:
parent
291f64a7a3
commit
248b2b486e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class WP_CHINA_YES {
|
|||
* 此处原本是复制了官方对外部请求处理的原始代码
|
||||
* 后经我爱水煮鱼(http://blog.wpjam.com/)提醒,可以直接调用wp_remote_request达成相同目的,由此精简掉100余行代码。
|
||||
*/
|
||||
return wp_remote_request($url , $r);
|
||||
return wp_remote_request($url, $r);
|
||||
}
|
||||
|
||||
public static function plugin_row_meta($links, $file) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue