Commits
User selector
Commit History
Commits on Jul 22, 2021
Docs: Add a comment about the `$title` global usage in various admin files.
Show description for 41df21ecommitted
Commits on May 23, 2020
Coding Standards: Use strict comparison for `count()` calls.
Show description for 772a11bcommitted
Commits on May 16, 2020
Coding Standards: Use strict comparison where static strings are involved.
Show description for 6742d0dcommitted
Commits on Feb 6, 2020
Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant.
Show description for e72fff9committed
Commits on Sep 1, 2019
I18N: Improve translator comments.
Show description for a7513accommitted
Commits on Jul 25, 2019
General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.
Show description for ae8a620committed
Commits on Apr 8, 2019
Help: Update support forum links.
Show description for 8efcc32committed
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
Commits on Aug 22, 2017
General: Improve terminology used when referring to installations of WordPress and its extensions.
Show description for 8df2151committed
Commits on Apr 7, 2017
Multisite: Introduce a `setup_network` capability for setting up multisite.
Show description for 3ca0673committed
Commits on Oct 30, 2016
Accessibility: Remove target=_blank from the help tab links in network.php.
Show description for 6f3e484committed
Commits on Jun 29, 2016
Text Changes: Unify permission error messages.
Show description for 2063801committed
Commits on Sep 18, 2015
Network Setup: don't use `<code>` in translation strings in `wp-admin/network` files.
Show description for f6d2c30committed
Commits on Sep 10, 2015
Create `wp-admin/includes/network.php` via `svn cp` and only load it in `wp-admin/network.php`. Move the functions there.
Show description for ea07ff2committed
Commits on Jun 27, 2015
Proper heading for admin screens.
Show description for e59592fcommitted
Commits on Jun 16, 2015
`if` is a statment, not a function.
Show description for 296c559committed
Commits on May 29, 2015
Add missing doc blocks to `wp-admin/includes/*`.
Show description for ec57582committed
Commits on May 28, 2015
Add `@global` annotations for `wp-admin/*`.
Show description for 23ce2efcommitted
Commits on Apr 12, 2015
Use HTTPS URLs for codex.wordpress.org.
Show description for b0d6757committed
Commits on Apr 1, 2015
Remove unused `printf()` on network setup screen.
Show description for 02253bbcommittedAdd translator comments for placeholders in network-related strings.
Show description for 3ecaee9committed
Commits on Mar 31, 2015
Commits on Jan 16, 2015
In HTML5, the `action` attribute is no longer required. Remove this attribute when empty.
Show description for 83b6fadcommitted
Commits on Oct 15, 2014
Add line breaks at the end of network setup rules to avoid unintended merging with a subsequent line.
Show description for 862c82ccommitted
Commits on Jul 17, 2014
Fix syntax for single- and multi-line comments in wp-admin-directory files.
Show description for 6ddc1e5committed
Commits on Jun 29, 2014
Admin screens should use the `WPINC` constant
Show description for d204e4dcommitted
Commits on Jun 10, 2014
Replace all uses of `like_escape()` with `$wpdb->esc_like()`.
Show description for 84ad12bcommitted
Commits on May 19, 2014
`hackificator` doesn't like mixed quote styles in some generated HTML. The switch from single to double allows these files to be parsed.
Show description for eef0d99committed
Commits on May 18, 2014
`hackificator` complains if you call `include 'file.php'` without the parens, needs to be `include( 'file.php' )`
Show description for 1b4e4e6committed
Commits on Mar 19, 2014
Combine two strings, using placeholders for filenames and avoiding HTML. see #27057.
Show description for a34bff3committed
Commits on Mar 3, 2014
Reference https://wordpress.org rather than http://wordpress.org in strings, links, comments, etc.
Show description for f3a23fbcommitted
Commits on Feb 21, 2014
Embolden some instructions when installing a network.
Show description for bd71233committed
Commits on Feb 6, 2014
Network install: When showing the path to wp-config.php make sure our slashes are normalized.
Show description for a2c2c3bcommitted
Commits on Dec 2, 2013
Remove all screen_icon() calls and deprecate the functions, props TobiasBg, fixes #26119
Show description for b33d0dacommitted
Commits on Nov 29, 2013
Network Admin: Remove a superfluous description field and merge two similar strings.
Show description for 4aa9587committed