The WordPress Polyglots Team has a mission to translate and make available the software’s features into as many languages as possible. As WordPress powers more than 33% of websites, people from across the world use it in their daily life. That means there is a lot that needs translating, and into many different languages.
On 11 May 2019, from 00:00 UTC until 23:59 UTC, WordPress Translation Day aims to celebrate the thousands of volunteers who contribute to translation and internalization. The event is also an opportunity for encouraging more people to get involved and help increase the availability of themes and plugins in different languages.
There are a number of local meetings all over the world, as well as online talks by people from the WordPress community. More than 700 people from around the world took part in past WordPress Translation Days, and everyone welcome to join in this time around!
Everyone is welcome to join the event to help translate and localize WordPress, no matter their level of experience. A lot is happening on the day, so join in and you will learn how to through online sessions!
A number of experienced WordPress translators and internationalization experts are part of the line-up for the livestream, joined by some first time contributors.
Whether you have or haven’t contributed to the Polyglots before, you can join in for WordPress Translation Day. Learn more about both local and online events and stay updated through the website and social media.
]]>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.
We hope to ship WordPress 4.9 on Tuesday, November 14?(that’s tomorrow) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time!?If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.
To test WordPress 4.9, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip).
We’ve made just over 20 changes since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the?Beta 1, Beta 2, Beta 3,?Beta 4,?RC1, and RC2 blog posts. A few specific areas to test in RC3:
Developers, please test your plugins and themes against WordPress 4.9 and update your plugin’s Tested up to version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative?field guide to the 4.9?developer notes?on the core development blog.
Do you speak a language other than English??Help us translate WordPress into more than 100 languages!
If you think you’ve found a bug, you can post to the?Alpha/Beta area?in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,?file one on WordPress Trac, where you can also find?a list of known bugs.
Didn’t squash them all?
We want to release Tuesday
New features not bugs
Thanks for your continued help testing out the latest versions of WordPress.
]]>This software is still in development,?so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the?WordPress Beta Tester?plugin (you’ll want “bleeding edge nightlies”). Or you can?download the beta here?(zip).
For more information on what’s new in 4.9, check out the?Beta 1?blog post. Since the Beta 1 release, we’ve made?70 changes?in Beta 2 and 92 changes in Beta 3. A few of these newest changes to take note of in particular:
Do you speak a language other than English??Help us translate WordPress into more than 100 languages!
If you think you’ve found a bug, you can post to the?Alpha/Beta area?in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,?file one on WordPress Trac, where you can also find?a list of known bugs.
Many refinements
Exist within this release;
Can you find them all?
We feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision about when to upgrade and how much testing they should do with their site.
In order to make this an easy and open communication channel we have added support for a Changelog section in the plugins readme.txt
file.? This changelog information is then displayed as a separate tab in the plugin directory and also in the back end of your WordPress blog when you view the details on a new version of a plugin.
The new section is formatted as follows:
== Changelog == = 1.0 = * A change since the previous version. * Another change. = 0.5 = * List versions from most recent at top to oldest at bottom.
We would also like to recommend that you also provide meaningful log messages when you commit changes to the subversion repository for your plugin so that people who want to dig further into your changes can see why things are changing (At the moment is seems a large number of plugin authors leave this field blank which isn’t very helpful).
]]>This is just one of the more than 450 articles on the WordPress Codex, the online manual for WordPress users, available to help you.
By the way, this week we’re moving the Codex to a new and fully redundant hosting situation that will guarantee 100% availability of all documentation regardless of anything happening to www.ads-software.com.
]]>This is just an example of the information you will find in the WordPress Codex the official online manual for WordPress.
]]>With this week’s announcement of a new security release for WordPress, 1.5.1.3, consider upgrading your WordPress site. You will find information and details on upgrading WordPress on the WordPress Codex at Upgrading WordPress.
If you are considering the bigger upgrade from a previous older version, like from WordPress v1.2 to the latest version, we have a step-by-step guide that will take you through the upgrade of your site and into the new WordPress Themes at Upgrading 1.2 to the Newest Version.
Exciting and fun events are coming up in the near future on the WordPress Forum and Codex and we are seeking volunteers to help with the publicity and promotion of these events and future fundraising campaigns. If you are interested in participating, visit the Fundraising and Promotions page on the WordPress Codex and sign up.
]]>
$this = array(array(), blah, blah, blah);
update_option('xfnbl_data', $this);
$newthis = get_option('xfnbl_data');
add_filter('pre_option_' . $option_name, 'function_name');
add_filter('all_options', 'function_name');
add_filter('xmlrpc_methods', 'Add_XBN_Stuff');
function Add_XBN_stuff($args) {
$args['demo.somefunction'] = 'somefunction';
return $args;
}
function somefunction($stuff) {
do_stuff($stuff)
}
add_menu_page('Page Title', 'Menu Title', $access_level, 'PHP_File_to_Display')
add_submenu_page('Parent_Page', 'Page Title', 'Menu Title', $access_level, 'PHP_File_to_Display', 'function_name')
add_options_page('Page Title', 'Menu Title', $access_level, 'PHP_File_to_Display','function_name')
add_management_page('Page Title', 'Menu Title', $access_level, 'PHP_File_to_Display','function_name')
Database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,]
SELECT DISTINCT ID, category_id, cat_name, category_nicename, category_description, category_parent FROM blog_categories, blog_post2cat, blog_posts WHERE category_id = cat_ID AND post_id = ID AND post_id IN (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,)
Warning: Invalid argument supplied for foreach() in /path/to/wordpress/wp-blog-header.php on line 478
Don’t worry, nothing happened to your data or WordPress. Your host probably just upgraded PHP to version 4.3.10 and forgot to upgrade the Zend Optimizer. We already have a support thread about it. The PHP download page says:
Note: Due to an incompatibility between earlier versions of Zend Optimizer and PHP 4.3.10, it’s recommended to upgrade to the latest version.
So contact your host and let them know what’s happening, and they should be able to fix everything.
]]>