This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /wp-content/languages/ ディレクトリで実行する | |
wget -O admin-ja.mo "https://translate.wordpress.org/projects/wp/dev/admin/ja/default/export-translations/?filters[status]=current_or_waiting_or_fuzzy&format=mo" | |
wget -O ja.mo "https://translate.wordpress.org/projects/wp/dev/ja/default/export-translations/?filters[status]=current_or_waiting_or_fuzzy&format=mo" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Gutenberg のフォントを変えるブックマークレット | |
* ※開発者ツールを使用する場合は、頭の「javascript:」をとって貼り付けてください | |
* | |
* === 使い方 === | |
* 1. 以下のブックマークレットのうち1行をコピーして、ブックマークとして保存します。 | |
* 2. https://ja.wordpress.org/gutenberg/ を開きます。 | |
* 3. 2で開いたウィンドウのまま1でつくったブックマークを開きます。表示フォントが切り替わったら成功です。 | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/functions.php b/functions.php | |
--- a/functions.php | |
+++ b/functions.php | |
@@ -540,7 +540,6 @@ if ( ! function_exists( 'sitepoint_base_posted_on' ) ) { | |
break; | |
} | |
- // Translators: 1: Icon 2: Permalink 3: Post date and time 4: Publish date in ISO format 5: Post date | |
$date = sprintf( '<span class="publish-date"><i class="fa %1$s" aria-hidden="true"></i> <a href="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s" itemprop="datePublished">%4$s</time></a></span>', | |
$post_icon, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: trunk/lib/php/aalb_internationalization_helper.php | |
=================================================================== | |
--- trunk/lib/php/aalb_internationalization_helper.php (revision 1713213) | |
+++ trunk/lib/php/aalb_internationalization_helper.php (working copy) | |
@@ -34,11 +34,11 @@ | |
IT => "Vedi su Amazon.it", | |
DE => "Hier auf Amazon.de", | |
ES => "Consultar en Amazon.es", | |
+ JP => "Amazon でチェック", | |
BR => "Check on Amazon", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/view/export/find-replace.php b/lib/view/export/find-replace.php | |
index 5e05918..0b3eb58 100644 | |
--- a/lib/view/export/find-replace.php | |
+++ b/lib/view/export/find-replace.php | |
@@ -2,11 +2,11 @@ | |
<li class="ai1wm-query ai1wm-expandable"> | |
<p> | |
<span> | |
- <strong><?php _e( 'Find', AI1WM_PLUGIN_NAME ); ?></strong> | |
- <small class="ai1wm-query-find-text ai1wm-tooltip" title="Search the database for this text"><?php echo esc_html( __( '<text>', AI1WM_PLUGIN_NAME ) ); ?></small> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Plugin Name: WB Tokyo Pig Latin | |
* Text Domain: piglatin_woo | |
*/ | |
add_filter( 'gettext', 'piglatin_woo', 10, 3 ); | |
function piglatin_woo ( $translation, $text, $domain = '' ) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Bogo Multisite Misc | |
*/ | |
add_action( 'init', 'bogo_multisite_init' ); | |
function bogo_multisite_get_bloginfo ( $show = '' ) { | |
$blog_id = get_current_blog_id(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$video_url = 'https://www.youtube.com/watch?v=b7mixrO2lzA'; | |
echo wp_oembed_get($video_url); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var list=document.getElementsByClassName('UFIList')[0].childNodes[2].childNodes[0]; | |
for(var i=0;i<=list.length;i++){ | |
if(list[i].className!==' UFIReplyList'){ | |
var content = list[i].childNodes[0].childNodes[1].childNodes[0].childNodes[1].childNodes[0].childNodes[0].childNodes; | |
document.write( | |
i+',' | |
+content[0].innerText+',' //comment | |
+content[0].childNodes[0].href+',"'//comment | |
+content[1].innerText//comment | |
+'"<br>'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: includes/flags.php | |
=================================================================== | |
--- includes/flags.php (revision 1522857) | |
+++ includes/flags.php (working copy) | |
@@ -53,6 +53,7 @@ | |
'hy' => 'am', | |
'ja' => 'jp', | |
'kk' => 'kz', | |
+ 'km' => 'kh', | |
'lo' => 'la', |
NewerOlder