Changeset 45580 for trunk/src/wp-includes/functions.php
- Timestamp:
- 07/01/2019 08:00:12 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45555 r45580 5632 5632 * @return true True. 5633 5633 */ 5634 function __return_true() { 5634 function __return_true() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore 5635 5635 return true; 5636 5636 } … … 5647 5647 * @return false False. 5648 5648 */ 5649 function __return_false() { 5649 function __return_false() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore 5650 5650 return false; 5651 5651 } … … 5660 5660 * @return int 0. 5661 5661 */ 5662 function __return_zero() { 5662 function __return_zero() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore 5663 5663 return 0; 5664 5664 } … … 5673 5673 * @return array Empty array. 5674 5674 */ 5675 function __return_empty_array() { 5675 function __return_empty_array() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore 5676 5676 return array(); 5677 5677 } … … 5686 5686 * @return null Null value. 5687 5687 */ 5688 function __return_null() { 5688 function __return_null() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore 5689 5689 return null; 5690 5690 } … … 5701 5701 * @return string Empty string. 5702 5702 */ 5703 function __return_empty_string() { 5703 function __return_empty_string() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore 5704 5704 return ''; 5705 5705 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)